llms.txt Content
# Argil
## Docs
- [Upload Asset](https://docs.argil.ai/api-reference/endpoint/assets.create.md): Upload an image or video asset via URL for use as B-roll
- [Delete Asset](https://docs.argil.ai/api-reference/endpoint/assets.delete.md): Delete an uploaded asset
- [Get Asset](https://docs.argil.ai/api-reference/endpoint/assets.get.md): Get an asset by ID with its current processing status
- [List Assets](https://docs.argil.ai/api-reference/endpoint/assets.list.md): Get a list of assets from your library
- [Create a new Avatar](https://docs.argil.ai/api-reference/endpoint/avatars.create.md): Creates a new avatar.
- [Create a new Avatar](https://docs.argil.ai/api-reference/endpoint/avatars.create.video.md): Creates a new avatar.
- [Get an Avatar by id](https://docs.argil.ai/api-reference/endpoint/avatars.get.md): Returns a single Avatar identified by its id
- [List all avatars](https://docs.argil.ai/api-reference/endpoint/avatars.list.md): Returns an array of Avatar objects available for the user
- [Export subtitles for a video project](https://docs.argil.ai/api-reference/endpoint/subtitles.export.md): Exports subtitles for a video project in VTT or ASS format. The subtitles can optionally include styling information.
- [List subtitle styles](https://docs.argil.ai/api-reference/endpoint/subtitles.list.md): Returns a paginated array of subtitle styles available for the user
- [Create a new Video](https://docs.argil.ai/api-reference/endpoint/videos.create.md): Creates a new Video with the specified details
- [Delete a Video by id](https://docs.argil.ai/api-reference/endpoint/videos.delete.md): Delete a single Video identified by its id
- [Get a Video by id](https://docs.argil.ai/api-reference/endpoint/videos.get.md): Returns a single Video identified by its id
- [Paginated list of Videos](https://docs.argil.ai/api-reference/endpoint/videos.list.md): Returns a paginated array of Videos
- [Render a Video by id](https://docs.argil.ai/api-reference/endpoint/videos.render.md)