API Setup
Validia API Documentation


Getting Started
Last updated
Was this helpful?
Validia API Documentation


Last updated
Was this helpful?
Was this helpful?
curl -X POST "https://api.validia.ai/api/auth" \
-H "Content-Type: application/json" \
-d '{
"api_key": "vld_your_api_key",
"client_id": "your_client_id",
"client_secret": "your_client_secret"
}'