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

# 소개

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>;
};

<div id="connect-to-the-x-ads-platform">
  ## X Ads 플랫폼에 연결하기
</div>

X Ads API는 개발자들이 X의 광고 플랫폼에 연결해 전 세계 X 광고주의 요구 사항을 충족하는 솔루션을 구축할 수 있도록 합니다.

<Button href="/ko/x-ads-api/getting-started">
  시작하기
</Button>

***

<CardGroup cols={2}>
  <Card title="Campaign management" icon="list-check" href="/ko/x-ads-api/campaign-management">X에서 사람들과 소통할 수 있도록 광고 캠페인을 프로그래밍 방식으로 생성, 일정 설정 및 관리하세요.</Card>
  <Card title="Custom audiences" href="/ko/x-ads-api/audiences" icon="user-group">X, 웹 또는 모바일에서 제공하는 데이터를 사용해 Tailored Audiences를 생성하고 관리하세요.</Card>
  <Card title="Creatives" href="/ko/x-ads-api/creatives" icon="paintbrush">포스트를 작성하고 게시하며, Cards로 포스트의 기능을 확장하고 이미지와 동영상을 관리 및 업로드하세요.</Card>
  <Card title="Advertising analytics" href="/ko/x-ads-api/analytics" icon="chart-pie">비동기 및 동기 API 엔드포인트를 사용해 다양한 지표 전반에 걸쳐 광고 캠페인의 세분화된 인사이트를 조회하세요.</Card>
  <Card title="Tools and libraries" href="/ko/x-ads-api/tools-and-libraries" icon="screwdriver-wrench">X에서 제작하고 커뮤니티가 지원하는 클라이언트 라이브러리 모음을 확인해 보세요.</Card>
  <Card title="Postman collection" href="https://documenter.getpostman.com/view/7379786/SzRw1WTU" icon="code">v2 엔드포인트용 Postman 컬렉션을 제공하므로, 시각적 클라이언트를 사용해 API를 탐색해 볼 수 있습니다!</Card>
  <Card title="Command line tool" href="https://github.com/xdevplatform/xurl" icon="terminal">명령줄 도구를 통해 엔드포인트를 사용하고 싶다면, xurl이 바로 여러분을 위해 만들어졌습니다!</Card>
</CardGroup>

<div id="need-help">
  ## 도움이 필요하신가요?
</div>

문제 해결 팁, 연락처 정보, API 실시간 상태 모니터, 그 밖에 다양한 유용한 정보를 제공하는 지원 섹션을 방문해 보세요. 문제를 해결하는 데 도움이 될 것입니다.

[Ads API 지원 섹션 방문하기](https://developer.x.com/en/support/twitter-ads-api.html)

***

다음 세대 X API를 함께 만들어 주세요: [제품 피드백 보내기 >](https://twitterdevfeedback.uservoice.com/forums/930250-twitter-api)
