image
Detect Diagrams
Accepts a list of image URLs and returns only those that contain diagrams.
Example input: { "image_urls": ["https://example.com/image1.jpg", "https://example.com/image2.jpg"] }
Returns: { "status": "success", "message": "Diagrams detected successfully", "diagram_image_urls": ["https://example.com/image1.jpg"] }
post/image/detect-diagram
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.