post
https://example.com/api/v1/inference/
Inference endpoint for agent execution.
Routes to appropriate inference endpoint that allows agent execution.
Supported agent codes:
- object-counter: Object counting and detection
- general-detection: General object detection
- text-extractor: Optical character recognition (OCR)
- specific-object-validator: Specific object validation with parameters
- damage-detector: Damage assessment and detection
- cleanliness-score: Cleanliness scoring and assessment
- label-reader-validator: Label reading and validation
- receipt-processor: Receipt processing and data extraction
Authentication:
- Requires X-API-Key header or valid user authentication
Image data:
- Provide image_data as a base64 encoded string
- Include the full data URL format (e.g., "data:image/jpeg;base64,...")
Parameters:
- parameter: Optional text parameter for agent-specific instructions (only valid for some agents)
