Image Analyzer›
Image Analyzer
Analyze Images Batch
Analyze multiple images in batch against a single prompt. This endpoint: 1. Accepts multiple images and a single prompt 2. Processes images in parallel (with rate limiting) 3. Returns individual analysis results for each image Between 1 and 50 image files may be uploaded per request.
POST
/api/analyze-images-batch
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
multipart/form-dataproject_idstringrequired
original_promptstringrequired
The prompt used to generate all images
imagesarrayrequired
Response
application/jsonSuccessful Response
successbooleanrequired
Whether the batch analysis was successful
messagestringrequired
Status message
dataobject
Batch analysis results
errorstring
Error message if batch analysis failed