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

# RequestOptions

API 호출 시 사용할 요청 옵션

<div id="properties">
  ## 속성
</div>

<ParamField name="timeout" type="number">
  요청 타임아웃(밀리초 단위)
</ParamField>

<ParamField name="headers" type="Record<string, string>">
  추가 헤더
</ParamField>

<ParamField name="signal" type="AbortSignal">
  요청 취소를 위한 신호
</ParamField>

<ParamField name="body" type="string">
  요청 본문
</ParamField>

<ParamField name="raw" type="boolean">
  파싱된 본문 대신 원시 HTTP 래퍼를 반환
</ParamField>

<ParamField name="security" type="Record<string, string[]>[]">
  엔드포인트의 보안 요구 사항(OpenAPI 명세 기준) - 스마트 인증 선택에 사용
</ParamField>
