> ## Documentation Index
> Fetch the complete documentation index at: https://typecast.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Postman

> Explore and test Typecast API endpoints with our Postman collection.

<Info>
  Use our public Postman collection to quickly test Typecast API endpoints without writing any code.
</Info>

## Get Started

<Steps>
  <Step title="Open Postman Collection">
    Visit our [Typecast Developers Postman Collection](https://www.postman.com/typecast-api-team/typecast-developers/overview).
  </Step>

  <Step title="Fork the Collection">
    Click **"Fork"** to add the collection to your Postman workspace.
  </Step>

  <Step title="Set Your API Key">
    In your forked collection, set the `X-API-KEY` header with your API key:

    ```
    X-API-KEY: YOUR_API_KEY
    ```
  </Step>

  <Step title="Start Testing">
    Send requests to any endpoint and see responses in real-time.
  </Step>
</Steps>

***

## Resources

<CardGroup cols={2}>
  <Card title="Postman Collection" icon="cube" href="https://www.postman.com/typecast-api-team/typecast-developers/overview">
    Explore all Typecast API endpoints
  </Card>

  <Card title="Get API Key" icon="key" href="https://typecast.ai/developers/api/">
    Create your Typecast API key
  </Card>
</CardGroup>
