Submit a batch CV processing request
POST/v1/cv/requests/batch
Process multiple images in parallel and return results for each image. Maximum of 10 images per request. Images are processed concurrently for faster throughput.
Use this endpoint for:
- Batch processing of multiple images
- High-throughput scenarios
- Processing image collections efficiently
Rate limit: 10 requests/minute
Request
Responses
- 200
- 400
- 401
- 402
- 403
- 429
- 500
Batch processing completed
Invalid payload (empty array, too many images, etc.)
Missing or invalid API key
Insufficient API calls balance
Invalid API key or no classes mapped
Rate limit exceeded
Internal server error