# playht OpenAPI overview

> Below is an overview of the playht openapi in simple language. This API contains 7 endpoints.

For more detailed information of an endpoint, visit https://oapis.org/summary/playht/[idOrRoute]

PlayHT API v1.0.0 - https://api.play.ht
The PlayHT's API API allows developers to Realtime Text to Speech streaming Stream audio bytes from text, Convert long form Text to Speech Generate audio from text, and Voice Cloning Instant Cloning.

## Other

- [voices](https://oapis.org/openapi/playht/voices): GET https://api.play.ht/api/v2/voices - Gets the full list of stock PlayHT Voices available for use with the API.
- [sp_voices](https://oapis.org/openapi/playht/sp_voices): GET https://api.play.ht/api/v1/getVoices - Gets the full list of Standard & Premium (S&P) voices.
- [cloned_voices](https://oapis.org/openapi/playht/cloned_voices): GET https://api.play.ht/api/v2/cloned-voices - Obtains a list of all cloned voices created by the user.
- [delete_cloned_voices](https://oapis.org/openapi/playht/delete_cloned_voices): DELETE https://api.play.ht/api/v2/cloned-voices?voice_id=string - Delete Cloned Voices. Deletes a cloned voice created by the user using the provided voice_id.
- [create_instant_voice_clone_url](https://oapis.org/openapi/playht/create_instant_voice_clone_url): POST https://api.play.ht/api/v2/cloned-voices/instant/?sample_file_url=string&voice_name=string - Create Instant Voice Clone (via file URL). Create an instant voice clone by providing an URL for a sample audio file.
- [convert_ssml_to_speech](https://oapis.org/openapi/playht/convert_ssml_to_speech): POST https://api.play.ht/api/v1/convert - Convert SSML to Speech. It can generate text for Standard & Premium (S&P) voices. The identifiers for these voices look like 'en-US-JennyNeural'. If you are using PlayHT voices (their identifiers look like 'larry' or a URL).
- [get_conversion_job_status](https://oapis.org/openapi/playht/get_conversion_job_status): GET https://api.play.ht/api/v1/articleStatus?transcriptionId=string - Get conversion job status. Gets text-to-speech job status and generated audio file URL.
