Request external file
- Print
- PDF
Request external file
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
Use the issued CAPTCHA key to request a CAPTCHA voice message file.
Request
The following describes the request format for the endpoint. The request format is as follows:
Method | URI |
---|---|
GET | \scaptcha |
Request headers
For headers common to all CAPTCHA APIs, see Common CAPTCHA headers.
Request query parameters
The following describes the request query parameters.
Field | Type | Required | Description |
---|---|---|---|
key | String | Required | Key value received from the Issue CAPTCHA key API call
|
Request example
The following is a sample request.
curl --location --request GET 'https://naveropenapi.apigw.ntruss.com/scaptcha-bin/v1/scaptcha?key={key} \
&X-NCP-APIGW-API-KEY-ID={X-NCP-APIGW-API-KEY-ID} \
&X-NCP-APIGW-API-KEY={X-NCP-APIGW-API-KEY}' \
Response
The following describes the response format.
Response body
The following describes the response body.
Field | Type | Required | Description |
---|---|---|---|
Issued CAPTCHA voice file | Binary | - | Voice data in WAV format |
Response status codes
For response status codes common to all CAPTCHA APIs, see Common CAPTCHA response status codes.
Response example
The following is a sample example.
Voice data in WAV format
Was this article helpful?