Get Services
Get Services
POST
https://captcha-vdg.com/api/GetServices
application/json
200
200
https://captcha-vdg.com/api/GetServices
application/json
{
"api_token": "YOUR_API_KEY"
}
Response
200
{
"message": "Get services success",
"ok": true,
"services": [
{
'id': 1,
'name': 'Image to Text (All)',
'price': 0.4,
'description': 'Image to Text captcha'
}, ...
]
}
200
{
"message": "API is invalid",
"ok": false
}