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

# Ads API Access Form

> Request access to the X Ads API by submitting your details, including intended use case and app information, for review and approval.

export const Form = ({src, width = "500", height = "1000"}) => {
  return <iframe className="form" src={src} width={width} height={height} frameborder="0" allowfullscreen>
    </iframe>;
};

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