> ## Documentation Index
> Fetch the complete documentation index at: https://x-preview-mintlify-d5730eee.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# X 개발자 플랫폼

> X의 실시간 글로벌 데이터를 활용해 구축, 분석, 혁신하세요. 유연한 사용량 기반 가격으로 최신 API를 통해 게시물, 사용자, 트렌드 등에 액세스할 수 있습니다.

export const Button = ({href, children}) => {
  return <div className="not-prose group">
    <a href={href}>
      <button className="flex items-center space-x-2.5 py-1 px-4 bg-primary-dark dark:bg-white text-white dark:text-gray-950 rounded-full group-hover:opacity-[0.9] font-medium">
        <span>
          {children}
        </span>
        <svg width="3" height="24" viewBox="0 -9 3 24" class="h-6 rotate-0 overflow-visible"><path d="M0 0L3 3L0 6" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>
      </button>
    </a>
  </div>;
};

## 제품

요구 사항에 맞는 액세스 수준을 선택하세요.

<CardGroup cols={2}>
  <Card title="X API — 사용량 기반" icon="coins" href="/x-api/introduction">
    약정 없이 크레딧 기반 가격으로 사용하세요. 사용한 만큼만 지불합니다.
  </Card>

  <Card title="X API — Enterprise" icon="building" href="/enterprise-api/introduction">
    대용량 엔드포인트, 전담 계정 관리, 맞춤형 속도 제한을 제공합니다.
  </Card>
</CardGroup>

<Tip>
  X API 크레딧을 구매하면 무료 [xAI API](https://docs.x.ai) 크레딧을 받을 수 있습니다 — 지출 금액에 따라 최대 20% 적립. [자세히 알아보기](/x-api/getting-started/pricing#free-xai-api-credits)
</Tip>

***

## 시작하기

<Card title="사용량 기반 가격 변경: Owned Reads 도입" icon="bolt" iconType="solid">
  <div
    style={{
position: 'relative',
minHeight: '90px'
}}
  >
    <div
      style={{
  position: 'absolute',
  top: '25%',
  left: '85%',
  transform: 'translate(-50%, -50%)',
  opacity: 0.10,
  zIndex: 0,
  width: '40%',
  maxWidth: '320px',
  pointerEvents: 'none',
  filter: 'grayscale(1)'
}}
    >
      <img src="https://mintcdn.com/x-preview-mintlify-d5730eee/DQSpOwxE8Oeyo6Ed/logo/logo.svg?fit=max&auto=format&n=DQSpOwxE8Oeyo6Ed&q=85&s=8253d69515a6cc936ab3c3872b6cd554" alt="X logo" style={{ width: '100%' }} width="1200" height="1227" data-path="logo/logo.svg" />
    </div>

    <div style={{ position: 'relative', zIndex: 1 }}>
      Owned Reads를 통해 본인의 데이터에 더 낮은 비용으로 액세스할 수 있습니다. 본인 게시물, 북마크, 팔로워, 좋아요 등에 대한 요청은 <span style={{fontWeight: 500, color: 'rgba(255,255,255,0.75)'}}>리소스당 \$0.001</span>의 가격으로 제공됩니다.

      <br />

      <br />

      <Button href="/x-api/getting-started/pricing#owned-reads">자세히 알아보기</Button>
    </div>
  </div>
</Card>

<CardGroup cols={3}>
  <Card title="빠른 시작" icon="rocket" href="/x-api/getting-started/make-your-first-request">
    API 키를 받고 몇 분 안에 첫 요청을 보내세요.
  </Card>

  <Card title="API 레퍼런스" icon="code" href="/x-api/introduction">
    게시물, 사용자, Spaces, DM, 리스트 등 다양한 엔드포인트를 살펴보세요.
  </Card>

  <Card title="SDK" icon="cube" href="/tools-and-libraries">
    빠른 개발을 위한 공식 Python 및 TypeScript SDK입니다.
  </Card>
</CardGroup>

***

## 리소스

<CardGroup cols={2}>
  <Card title="튜토리얼" icon="book" href="/tutorials">
    일반적인 사용 사례와 통합을 위한 단계별 가이드입니다.
  </Card>

  <Card title="도구 및 라이브러리" icon="screwdriver-wrench" href="/tools-and-libraries">
    모든 언어를 위한 공식 SDK 및 커뮤니티 라이브러리입니다.
  </Card>

  <Card title="개발자 포럼" icon="comments" href="https://devcommunity.x.com">
    커뮤니티와 X 팀의 도움을 받으세요.
  </Card>

  <Card title="에이전트 리소스" icon="robot" href="/tools/ai">
    AI 기반 개발을 위한 llms.txt, skill.md, MCP 서버 및 리소스입니다.
  </Card>
</CardGroup>

***

## 기타 제품

<CardGroup cols={2}>
  <Card title="X Ads API" icon="rectangle-ad" href="/x-ads-api/introduction">
    프로그래밍 방식으로 광고 캠페인, 타겟팅, 크리에이티브, 분석을 관리하세요.
  </Card>
</CardGroup>
