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