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

# Ads API 액세스 양식

> X Ads API 액세스 신청 양식입니다. 사용 사례, 개발자 앱 정보, 회사 정보, 전환 API 활용 계획 등 필요한 세부 정보를 제출하여 X 담당 팀의 검토와 승인 절차를 거쳐 광고 데이터 접근과 Ads API 사용을 시작하세요.

export const Form = ({src, width = "500", height = "1000"}) => {
  const maxWidth = `${parseInt(width, 10) || 500}px`;
  return <iframe className="form" src={src} height={height} style={{
    width: '100%',
    maxWidth
  }} frameborder="0" allowfullscreen>
    </iframe>;
};

<Form src="https://help.x.com/en/forms/xdev/conversion-api-request" />
