llms.txt Content
# Argil
## Docs
- [Get an Asset by id](https://docs.argil.ai/api-reference/endpoint/assets.get.md): Returns a single Asset identified by its id
- [List Assets](https://docs.argil.ai/api-reference/endpoint/assets.list.md): Get a list of available 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): Returns a single Video object, with its updated status and information
- [Create a voice from audio](https://docs.argil.ai/api-reference/endpoint/voices.create.md): Creates a custom voice by cloning from an audio file.
- [Get a Voice