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

# Chainshift Platform API

> AEO/GEO를 위한 수집 서비스

Chainshift Platform API는 ChatGPT, Naver 등의 AI 모델 서비스에서 프롬프트를 실행해 답변을 수집하고, 이를 기반으로 데이터를 분석할 수 있게 도와주는 서비스입니다.

## 핵심 흐름

<img className="block dark:hidden" src="https://mintcdn.com/chainshift/PmdKeI_p9_YDOtbG/images/flow-light.svg?fit=max&auto=format&n=PmdKeI_p9_YDOtbG&q=85&s=1ae97bd13db92ae1739a0fd4ce4fdf01" alt="프롬프트 등록부터 실행, 완료 폴링, 답변 조회까지 이어지는 4단계 흐름" noZoom width="900" height="156" data-path="images/flow-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/chainshift/PmdKeI_p9_YDOtbG/images/flow-dark.svg?fit=max&auto=format&n=PmdKeI_p9_YDOtbG&q=85&s=5a893b75bd3d0177bfe5eaa036954cf3" alt="프롬프트 등록부터 실행, 완료 폴링, 답변 조회까지 이어지는 4단계 흐름" noZoom width="900" height="156" data-path="images/flow-dark.svg" />

프롬프트를 등록하고 실행을 요청하면 Chainshift가 선택한 AI 모델들에서 답변을 대신 수집합니다. 수집이 끝나면 답변 본문, 인용 출처(citations), AI가 내부적으로 던진 팬아웃(fan-out)를 조회하고 집계할 수 있습니다.

## 시작하기

<CardGroup cols={2}>
  <Card title="AEO/GEO 이해하기" icon="lightbulb" href="/what-is-aeo">
    이 API가 무엇을 측정하는지 — 도메인이 처음이라면 여기부터
  </Card>

  <Card title="빠른 시작" icon="rocket" href="/quickstart">
    첫 API 호출까지 3단계, 1분이면 충분합니다
  </Card>

  <Card title="핵심 개념" icon="diagram-project" href="/concepts">
    브랜드·프롬프트 세트·실행·답변의 관계를 한 페이지로
  </Card>

  <Card title="프롬프트 실행하기" icon="play" href="/guides/submitting-runs">
    제출 → 폴링 → 수집으로 이어지는 비동기 파이프라인
  </Card>
</CardGroup>

## AI 어시스턴트와 함께 쓰기

이 문서는 AI 도구를 통해 사용할 수 있게 만들어져 있습니다.

* 코드 작성 없이 즉시 사용하기를 원하신다면 [MCP 연결](/mcp/overview)을 참고하세요. ChatGPT, Claude에서 Chainshift API를 사용할 수 있습니다.
