{"model":{"id":"detect","name":"Detect","description":"Vision foundation detector. Returns bounding boxes + labels for every object in the image — no prompt needed.","tasks":["detection"],"credits_per_call":2,"input_fields":{"image_url":"string (required)"},"output_fields":{"results.bboxes":"array of { label, bbox }"},"api_gross_margin_percent":20,"schema_url":"/api/v1/vision?model_id=detect","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/vision?model_id=detect","title":"Detect request","type":"object","properties":{"model_id":{"type":"string","const":"detect"},"webhook_url":{"type":"string","format":"uri","maxLength":2048},"webhook_secret":{"type":"string","maxLength":512},"image_url":{"type":"string","format":"uri"},"question":{"type":"string"}},"required":["model_id","image_url"],"additionalProperties":false}},"version":"1","rate_limit":"20 req/min"}