Request image file
- Print
- PDF
Request image 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 image file.
Request
The following describes the request format for the endpoint. The request format is as follows:
Method | URI |
---|---|
GET | /ncaptcha |
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/captcha-bin/v1/ncaptcha?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 image | Binary | - | Image data in JPG 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.
Image data in JPG format
Was this article helpful?