# Typecast Documentation ## Docs - [Text to Speech](https://typecast.ai/docs/api-reference/endpoint/text-to-speech/text-to-speech.md): Generate speech from text using the specified voice model. Supports emotion, volume, pitch, and tempo customization. First, list all available voice models using the GET /v1/voices endpoint, then use the voice_id from the response to generate speech with this endpoint. Each voice model has its own unique characteristics. See [Listing all voices](/api-reference/endpoint/voices/voice) for available voices. - [Listing all voices](https://typecast.ai/docs/api-reference/endpoint/voices/voice.md): Lists all available voice models for text-to-speech conversion. This endpoint returns a complete list of voices including each voice's ID, name, supported model type (ssfm-v21), and available emotion options (happy, sad, angry, normal, etc.). Returned voices have unique identifiers starting with either 'tc_' prefix (Typecast voices) or 'uc_' prefix (User-created voices). Optional query parameters can be used to filter results by specific model type. - [Get Voice by ID](https://typecast.ai/docs/api-reference/endpoint/voices/voice-id.md): Get details of a specific voice model. - [AWS Marketplace](https://typecast.ai/docs/bestpractice/aws-marketplace.md): Learn how to integrate Typecast SSFM with AWS Marketplace, a fully managed service that provides access to foundation models via API. - [Prompting](https://typecast.ai/docs/bestpractice/prompting.md): Learn how to maximize the potential of Typecast SSFM through various prompting techniques and discover advanced prompting strategies to enhance your text-to-speech outputs. - [Models](https://typecast.ai/docs/models.md) - [Overview](https://typecast.ai/docs/overview.md): Typecast is a text-to-speech API that allows you to convert text into lifelike speech. - [Quickstart](https://typecast.ai/docs/quickstart.md): Get started with Typecast and create your first AI voice. - [Voices](https://typecast.ai/docs/voices.md): Discover and cast your own voices ## Optional - [Community](https://discord.gg/fhDDUbBKap) - [Blog](https://typecast.ai/learn)