> ## 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

> Postman 컬렉션으로 타입캐스트 API 엔드포인트를 탐색하고 테스트하세요.

<Info>
  코드를 작성하지 않고 공개 Postman 컬렉션으로 타입캐스트 API 엔드포인트를 빠르게 테스트하세요.
</Info>

## 시작하기

<Steps>
  <Step title="Postman 컬렉션 열기">
    [Typecast Developers Postman 컬렉션](https://www.postman.com/typecast-api-team/typecast-developers/overview)을 방문하세요.
  </Step>

  <Step title="컬렉션 포크하기">
    **"Fork"** 를 클릭하여 컬렉션을 Postman 워크스페이스에 추가하세요.
  </Step>

  <Step title="API 키 설정">
    포크한 컬렉션에서 `X-API-KEY` 헤더에 API 키를 설정하세요:

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

  <Step title="테스트 시작">
    어떤 엔드포인트에든 요청을 보내고 실시간으로 응답을 확인하세요.
  </Step>
</Steps>

***

## 리소스

<CardGroup cols={2}>
  <Card title="Postman 컬렉션" icon="cube" href="https://www.postman.com/typecast-api-team/typecast-developers/overview">
    모든 타입캐스트 API 엔드포인트 탐색하기
  </Card>

  <Card title="API 키 받기" icon="key" href="https://typecast.ai/developers/api/">
    타입캐스트 API 키 만들기
  </Card>
</CardGroup>
