> ## 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.

# Trial Enterprise 액세스 신청서

> X Enterprise 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://developer.x.com/en/products/x-api/enterprise/application-trial" />
