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

# Enterprise Access Form

> Request access to the X Enterprise API by submitting company details, intended use case, expected data volume, and contact information for review.

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/embedded-enterprise-api-interest" />
