My elevenlabs.io
Voice API (not affiliated) For educational purposes only, use my key: fba155a7d2d56f47d00f9013447bac3a Read more, here: https://api.elevenlabs.io/docs
My elevenlabs.io endpoints
| Method | Endpoint | Description |
|---|---|---|
| text-to-speech | ||
| POST |
Text_to_speech_v1_text_to_speech__voice_id__stream_post /v1/text-to-speech/{voice_id}/stream |
Converts text into speech using a voice of your choice and returns audio as an audio stream. |
| POST |
Text_to_speech_v1_text_to_speech__voice_id__post /v1/text-to-speech/{voice_id} |
Converts text into speech using a voice of your choice and returns audio. |
| voices | ||
| GET |
Get_voices_v1_voices_get /v1/voices |
Gets a list of all available voices for a user. |
| POST |
Edit_voice_v1_voices__voice_id__edit_post /v1/voices/{voice_id}/edit |
Edit a voice created by you. |
| POST |
Edit_voice_settings_v1_voices__voice_id__settings_edit_post /v1/voices/{voice_id}/settings/edit |
Edit your settings for a specific voice. |
| POST |
Add_voice_v1_voices_add_post /v1/voices/add |
Add a new voice to your collection of voices in VoiceLab. |
| GET |
Get_default_voice_settings_v1_voices_settings_default_get /v1/voices/settings/default |
Gets the default settings for voices. |
| DELETE |
Delete_voice_v1_voices__voice_id__delete /v1/voices/{voice_id} |
Deletes a voice by its ID. |
| GET |
Get_voice_v1_voices__voice_id__get /v1/voices/{voice_id} |
Returns metadata about a specific voice. |
| GET |
Get_voice_settings_v1_voices__voice_id__settings_get /v1/voices/{voice_id}/settings |
Returns the settings for a specific voice. |
| samples | ||
| GET |
Get_audio_from_sample_v1_voices__voice_id__samples__sample_id__audio_get /v1/voices/{voice_id}/samples/{sample_id}/audio |
Returns the audio corresponding to a sample attached to a voice. |
| DELETE |
Delete_sample_v1_voices__voice_id__samples__sample_id__delete /v1/voices/{voice_id}/samples/{sample_id} |
Removes a sample by its ID. |
| history | ||
| DELETE |
Delete_history_item_v1_history__history_item_id__delete /v1/history/{history_item_id} |
Delete a history item by its ID |
| GET |
Get_audio_from_history_item_v1_history__history_item_id__audio_get /v1/history/{history_item_id}/audio |
Returns the audio of an history item. |
| POST |
Download_history_items_v1_history_download_post /v1/history/download |
Download one or more history items. If one history item ID is provided, we will return a single audio file. If more than one history item IDs are provided, we will provide the… |
| GET |
Get_generated_items_v1_history_get /v1/history |
Returns metadata about all your generated audio. |
| POST |
Delete_history_items_v1_history_delete_post /v1/history/delete |
Delete a number of history items by their IDs. |
| user | ||
| GET |
Get_user_info_v1_user_get /v1/user |
Gets information about the user |
| GET |
Get_user_subscription_info_v1_user_subscription_get /v1/user/subscription |
Gets extended information about the users subscription |
My elevenlabs.io pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $0.99 / month | 2 / minute |
|
| PRO | $3.99 / month | 5 / minute |
|