> ## 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" />
