# DeepReel ## Docs - [Create an Audio](https://docs.deepreel.com/api-reference/audio/create-audio.md): Generate Audio from text - [Delete a generated audio](https://docs.deepreel.com/api-reference/audio/delete-audio.md): Delete a generated audio. - [Get audio information](https://docs.deepreel.com/api-reference/audio/get-audio.md): Get audio, voice and script associated with a generated audio. - [Get list of audios generated](https://docs.deepreel.com/api-reference/audio/list-audios.md): List of generate audios associated with the authenticated user. - [Create Avatar](https://docs.deepreel.com/api-reference/avatar/create-avatar-video.md): Create a custom AI avatar - [Generate video upload URL](https://docs.deepreel.com/api-reference/avatar/generate-signed-url.md): Create a `signed URL` to upload videos required for creating a custom avatar - [Get Avatar Properties](https://docs.deepreel.com/api-reference/avatar/get-avatar.md): Returns the detail of the Avatar. - [List Avatars](https://docs.deepreel.com/api-reference/avatar/list-avatars.md): Returns a list of all avatars (public and custom) available to the user - [List Languages](https://docs.deepreel.com/api-reference/language/list-languages.md): Returns a list of languages associated with either an Avatar or a Voice - [Get User Info](https://docs.deepreel.com/api-reference/user/get-info.md): Returns authenticated user information. - [Get User Subscription Info](https://docs.deepreel.com/api-reference/user/get-subscription-info.md): Gets all information about the users active subscription. - [Create Video from Audio](https://docs.deepreel.com/api-reference/video/create-video-audio.md): Generate an AI avatar video from an audio file or url - [Create Video from Text](https://docs.deepreel.com/api-reference/video/create-video-text.md): Generate an AI avatar video from text - [Delete a generated video](https://docs.deepreel.com/api-reference/video/delete-video.md): The delete action deletes a single object selected by `id`. - [Get Video Information](https://docs.deepreel.com/api-reference/video/get-video.md): Get audio, video, script and other information associated with a generated video - [Get list of Videos generated](https://docs.deepreel.com/api-reference/video/list-videos.md): Get history of generated videos - [Update Video Title](https://docs.deepreel.com/api-reference/video/update-video.md): Update the title of a generated video - [Get Voice Properties](https://docs.deepreel.com/api-reference/voice/get-voice-saved-settings.md): Returns properties of the voice. - [List Voices](https://docs.deepreel.com/api-reference/voice/list-voices.md): Returns a list of Voices available to the user - [Delete registered Webhook](https://docs.deepreel.com/api-reference/webhook/delete-registered-webhook.md): Delete a registered webhook. - [Get registered Webhook](https://docs.deepreel.com/api-reference/webhook/get-registered-webhook.md): Gets detail of the registered webhook - [List Available Events](https://docs.deepreel.com/api-reference/webhook/list-subscribable-events.md): list all supported webhook events - [Register Webhook](https://docs.deepreel.com/api-reference/webhook/register-webhook.md): Register a webhook to listen to the events. - [Authentication](https://docs.deepreel.com/authentication.md) - [Introduction](https://docs.deepreel.com/quick-introduction.md): Explore our Guides and API Reference to get the most out of DeepReel. - [Rate Limits](https://docs.deepreel.com/rate-limits.md) - [Requests and Responses](https://docs.deepreel.com/requests-responses.md) - [Webhook Overview](https://docs.deepreel.com/webhook/overview.md) - [Consume Webhook Events](https://docs.deepreel.com/webhook/setting-up.md) ## OpenAPI Specs - [openapi](https://docs.deepreel.com/openapi.yaml)