{ "opencollection": "1.0.0", "info": { "name": "File API Vision API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Vision", "type": "folder" }, "items": [ { "info": { "name": "Analyze images", "type": "http" }, "http": { "method": "POST", "url": "https://api.writer.com/v1/vision", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Submit images and documents with a prompt to generate an analysis. Supports JPG, PNG, PDF, and TXT files up to 7MB each." } ] } ], "bundled": true }