> ## Documentation Index
> Fetch the complete documentation index at: https://generaltranslation.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>;
};

<Card title="Python 및 TypeScript용 XDK: 이제 사용할 수 있습니다" 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/generaltranslation/p-tsc5qa00w8y5M4/logo/logo.svg?fit=max&auto=format&n=p-tsc5qa00w8y5M4&q=85&s=b33eecc05f0215b62d5da435b69ade95" alt="X logo" style={{ width: '100%' }} width="1200" height="1227" data-path="logo/logo.svg" />
    </div>

    <div style={{ position: 'relative', zIndex: 1 }}>
      X API 공식 SDK로 개발 워크플로를 간소화하세요!

      <br />

      <br />

      <Button href="/ko/xdks/overview">자세히 알아보기</Button>
    </div>
  </div>
</Card>

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

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

  <Card title="API 참조 문서" icon="code" href="/ko/x-api/introduction">
    포스트, 사용자, 스페이스, DM, 리스트 등의 엔드포인트를 살펴보세요.
  </Card>

  <Card title="SDKs" icon="cube" href="/ko/xdks/overview">
    더 빠르게 개발할 수 있도록 지원하는 공식 Python 및 TypeScript SDK입니다.
  </Card>
</CardGroup>

***

<div id="products">
  ## 제품
</div>

<CardGroup cols={3}>
  <Card title="X API" icon="square-x-twitter" href="/ko/x-api/introduction">
    포스트, 사용자, 스페이스, DM, 리스트, 트렌드, 미디어 등 다양한 리소스에 액세스하세요. X의 공개 대화를 검색하고 스트리밍하며 분석하세요.
  </Card>

  <Card title="X Ads API" icon="rectangle-ad" href="/ko/x-ads-api/introduction">
    광고 캠페인, 타겟팅, 크리에이티브, 분석을 프로그래매틱하게 관리하세요.
  </Card>

  <Card title="웹사이트용 X" icon="laptop-code" href="/ko/x-for-websites/x-for-websites">
    웹사이트에 포스트, 타임라인, 팔로우 버튼을 임베드하세요.
  </Card>
</CardGroup>

***

<div id="pricing">
  ## 요금제
</div>

X API는 **사용량 기반 과금**을 사용합니다. 월 구독료는 없으며, 사용한 만큼만 지불하면 됩니다.

<CardGroup cols={2}>
  <Card title="유연한" icon="sliders">
    필요에 따라 확장하거나 축소할 수 있습니다. 사용량이 늘어날수록 비용도 함께 증가합니다.
  </Card>

  <Card title="접근하기 쉬운" icon="door-open">
    소규모 프로젝트도 부담 없이 시작할 수 있습니다. 요금제 구간 변경이나 의무 약정이 없습니다.
  </Card>
</CardGroup>

<div className="mt-4">
  <Button href="https://console.x.com">개발자 콘솔에서 요금 보기</Button>
</div>

전담 지원, 전체 스트림, 맞춤형 연동이 필요한 엔터프라이즈 사용자의 경우:

<Button href="/ko/enterprise/forms/enterprise-api-interest">엔터프라이즈 영업팀에 문의</Button>

***

<div id="resources">
  ## 리소스
</div>

<CardGroup cols={2}>
  <Card title="튜토리얼" icon="book" href="/ko/tutorials">
    일반적인 사용 사례와 통합을 단계별로 안내합니다.
  </Card>

  <Card title="도구 및 라이브러리" icon="toolbox" href="/ko/tools-and-libraries">
    다양한 언어용 공식 SDK와 커뮤니티 라이브러리를 제공합니다.
  </Card>

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

  <Card title="변경 내역" icon="clock-rotate-left" href="/ko/changelog">
    API 변경 사항과 새로운 기능을 계속해서 확인하세요.
  </Card>
</CardGroup>

***

<div id="quick-links">
  ## 빠른 링크
</div>

| 리소스                                           | 설명                      |
| :-------------------------------------------- | :---------------------- |
| [Developer Console](https://console.x.com)    | App 관리, 사용량 조회 및 크레딧 구매 |
| [API Status](/ko/status)                      | 현재 API 사용 가능 여부 확인      |
| [Support](https://developer.x.com/en/support) | 문제 해결 및 자주 묻는 질문        |
| [Newsletter](/ko/newsletter)                  | 월간 플랫폼 업데이트             |
