Skip to content

Authentication

Visionati uses API keys for authentication. If you don’t have an account and API key yet, see Getting Started.

Include your API key in every request using the X-API-Key header:

Terminal window
curl -X POST "https://api.visionati.com/api/fetch" \
-H "X-API-Key: Token YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com/photo.jpg"}'

The header format is:

X-API-Key: Token YOUR_API_KEY

Your API key is on your account dashboard. See Getting Started for full setup steps.