Authentication
Visionati uses API keys for authentication. If you don’t have an account and API key yet, see Getting Started.
API Key Header
Section titled “API Key Header”Include your API key in every request using the X-API-Key header:
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_KEYGetting Your API Key
Section titled “Getting Your API Key”Your API key is on your account dashboard. See Getting Started for full setup steps.