# Files [View original](https://ittybit.com/api/files) ## File Objects ```json title="file.json" { "id": "file_abcdefgh1234", "object": "source", "kind": "video", "type": "video/mp4", "width": 1920, "height": 1080, "duration": 123.45, "filesize": 12345678, "url": "https://you.ittybit.net/file_abcdefgh1234", "metadata": { "customKey": "your custom value", }, "created": "2025-01-01T01:23:45Z", "updated": "2025-01-01T01:23:45Z", "status": "ready" } ``` See [Files](/docs/files) for detailed coverage of all available props and values. *** ## Endpoints You can use the `/files` and `/files/{id}` endpoints to manage your files. GET} href="/api/files/list" /> POST} href="/api/files/create" /> GET} href="/api/files/get" /> PATCH} href="/api/files/update" /> DELETE} href="/api/files/delete" />