Get started in three steps
Get up and running with ViscribeAI’s image analysis API in just a few minutes.Step 1: Get your API key
Create an account
Create an account
- Sign up at dashboard.viscribe.ai
- Verify your email address
- Navigate to the API Keys section in your dashboard
- Copy your API key (starts with
vsc_)
Secure your API key
Secure your API key
Your API key is sensitive. Never commit it to version control or share it publicly.
- Store it in environment variables
- Use a secrets manager for production
- Rotate keys if compromised
Step 2: Make your first API call
Using cURL
Using cURL
Replace You should receive a response with the image description and tags.
YOUR_API_KEY with your actual API key:Using Python
Using Python
Install the Python SDK:Then use it in your code:
Step 3: Explore the endpoints
Try different endpoints
Try different endpoints
ViscribeAI offers five powerful endpoints:
- Describe: Generate image descriptions and tags
- Extract: Extract structured data from images
- Classify: Categorize images into classes
- Ask: Ask questions about image content
- Compare: Compare two images side-by-side
Authentication
All API requests require authentication using theVISCRIBE-APIKEY header:
Base URL
All API requests should be made to:Rate Limits
Rate limits vary by subscription plan:- Free Trial: 5 requests per minute
- Starter: 10 requests per minute
- Growth: 30 requests per minute
- Pro: 100 requests per minute
Next steps
API Reference
Explore all available endpoints and their parameters.
Dashboard
View your usage, manage API keys, and upgrade your plan.
Need help? Contact us at [email protected] or check out our GitHub repository.