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

# X API 고객을 위한 공공 부문 사용 사례 요청

> 정부 기관을 포함한 기존 공공 부문 X API 고객이 계약된 enterprise 데이터 사용 사례와 관련된 요청을 제출하는 양식입니다.

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