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

# 캠페인, 오디언스, 크리에이티브 관리를 위한 X Ads API

> X Ads API를 사용하여 OAuth로 인증된 엔드포인트를 통해 X 광고 플랫폼에서 광고 캠페인, 오디언스, 크리에이티브 및 리포팅을 프로그래밍 방식으로 관리하세요.

export const Button = ({href, children}) => {
  return <div className="not-prose">
    <a href={href}>
      <button className="x-btn">
        <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>;
};

## X Ads 플랫폼에 연결

X Ads API는 개발자를 X의 광고 플랫폼에 연결하여 전 세계 X 광고주의 요구를 충족하는 솔루션을 구축할 수 있게 해줍니다.

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

***

<CardGroup cols={2}>
  <Card title="캠페인 관리" icon="list-check" href="/x-ads-api/campaign-management">X에서 사람들의 참여를 유도하는 광고 캠페인을 프로그래밍 방식으로 생성, 예약, 관리하세요.</Card>
  <Card title="Custom audiences" href="/x-ads-api/audiences" icon="user-group">X, 웹 또는 모바일 데이터를 사용해 Tailored Audiences를 만들고 관리하세요.</Card>
  <Card title="크리에이티브" href="/x-ads-api/creatives" icon="paintbrush">post를 작성하고 게시하며, Cards로 post의 기능을 확장하고 이미지 및 동영상을 관리하고 업로드하세요.</Card>
  <Card title="광고 분석" href="/x-ads-api/analytics" icon="chart-pie">비동기 및 동기 API 엔드포인트를 사용해 다양한 지표로 광고 캠페인의 세밀한 인사이트를 조회하세요.</Card>
  <Card title="도구 및 라이브러리" href="/x-ads-api/tools-and-libraries" icon="https://mintcdn.com/x-preview/jLbdFJYHCS9a6gmb/icons/xds/icon-wrench.svg?fit=max&auto=format&n=jLbdFJYHCS9a6gmb&q=85&s=c3f1761285cd013a76037d1d537f10ed" width="24" height="24" data-path="icons/xds/icon-wrench.svg">X에서 만들거나 커뮤니티가 지원하는 엄선된 클라이언트 라이브러리를 확인해 보세요.</Card>
  <Card title="Postman 컬렉션" href="https://documenter.getpostman.com/view/7379786/SzRw1WTU" icon="https://mintcdn.com/x-preview/ygI6sSJPehlc0qNT/icons/xds/icon-code.svg?fit=max&auto=format&n=ygI6sSJPehlc0qNT&q=85&s=488e23401b19225b89acc0136d242219" width="24" height="24" data-path="icons/xds/icon-code.svg">엄선된 Postman 컬렉션과 시각적 클라이언트로 v2 엔드포인트를 탐색하세요.</Card>
  <Card title="명령줄 도구" href="https://github.com/xdevplatform/xurl" icon="terminal">xurl을 사용해 터미널에서 엔드포인트로 작업하세요.</Card>
</CardGroup>

## Ads API 액세스 받기

Ads API 액세스를 요청하려면 [Ads API 액세스 신청서](/forms/ads-api-access)를 제출하세요. 검토에는 최대 영업일 3일이 소요될 수 있습니다.

## 도움이 필요하신가요?

문제 해결 팁, 연락처 세부 정보, 실시간 API 상태 모니터 및 기타 리소스는 지원 섹션을 방문하세요.

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

***

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