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

# Public sector use case request for X API customers

> Form for existing public-sector X API customers, including government agencies, to submit a request related to a contracted enterprise data use case.

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://developer.x.com/en/products/x-api/enterprise/apply-for-use-case/use-case-public-sector" />
