Get CAPTCHA Configuration
get
/v1/auth/captcha/configPart of Auth.
Returns site key and whether CAPTCHA is required. Site key is null when CAPTCHA is disabled.
Authentication
This operation does not require an API key.
Example request
curl
curl -X GET "https://api.robosystems.ai/v1/auth/captcha/config"Responses
200 Successful Response
Response
"string"| Status | Meaning |
|---|---|
| 400 | Invalid request |
| 429 | Rate limit exceeded |
| 500 | Internal server error |