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

# Interactive Playground

> 인터랙티브 플레이그라운드에서 Krea API를 라이브로 사용해 보세요 — 인증된 요청을 보내고, 응답을 확인하고, 브라우저를 벗어나지 않고 바로 사용할 수 있는 코드를 복사할 수 있습니다.

Krea API 플레이그라운드는 이제 앱 안에서 이용할 수 있습니다. Krea 계정에 로그인하면 요청을 구성하고, 실제 엔드포인트를 대상으로 실행하며, 지원되는 모든 언어로 바로 붙여 넣을 수 있는 코드를 복사할 수 있습니다.

<a href="https://www.krea.ai/app/api/playground" target="_blank" rel="noopener noreferrer" className="not-prose group block my-6 rounded-xl border border-gray-200 dark:border-gray-800 bg-white dark:bg-black hover:border-black dark:hover:border-white transition-all duration-200 p-6">
  <div className="flex flex-col md:flex-row md:items-center gap-4">
    <div className="flex-1">
      <h2 className="text-xl font-semibold text-black dark:text-white mb-1">플레이그라운드 열기 →</h2>
      <p className="text-sm text-gray-600 dark:text-gray-400 m-0">krea.ai/app/api/playground — 새 탭에서 열립니다.</p>
    </div>

    <div className="flex-shrink-0">
      <span className="inline-flex items-center px-4 py-2 rounded-lg bg-black dark:bg-white text-white dark:text-black text-sm font-medium group-hover:opacity-90 transition-opacity">
        실행하기

        <svg className="ml-1.5 w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
          <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M14 5l7 7m0 0l-7 7m7-7H3" />
        </svg>
      </span>
    </div>
  </div>
</a>

## 여기서 할 수 있는 것

* **모든 모델 사용해 보기** — Krea 2, Flux, Seedream, Veo를 비롯해 API로 노출된 모든 엔드포인트.
* **무드보드와 에셋 확인하기** — 플레이그라운드는 요청 본문에 바로 넣을 수 있는 ID 목록을 표시합니다.
* **한 번만 인증하기** — 계정 세션이 API 토큰을 처리해 자격 증명을 다루는 번거로움 없이 반복 작업할 수 있습니다.
* **코드 복사하기** — 정확한 요청을 cURL, Python, Node.js, Go로 내보낼 수 있습니다.

## 사전 요구 사항

프로덕션 호출을 위해서는 여전히 API 토큰이 필요합니다. 생성 방법은 [API Keys & Billing](/developers/api-keys-and-billing)을 참고하세요.

## 참고

<CardGroup cols={2}>
  <Card title="코드 예제" icon="code" href="/developers/examples/text-to-image">
    가장 일반적인 워크플로우를 위한 복사-붙여넣기용 엔드투엔드 스크립트.
  </Card>

  <Card title="Model APIs" icon="book-open" href="/api-reference/introduction">
    모든 엔드포인트의 전체 요청 및 응답 스키마.
  </Card>
</CardGroup>
