{ "opencollection": "1.0.0", "info": { "name": "langfuse AnnotationQueues Media API", "version": "1.0" }, "items": [ { "info": { "name": "Media", "type": "folder" }, "items": [ { "info": { "name": "media_get", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/public/media/:mediaId", "params": [ { "name": "mediaId", "value": "", "type": "path", "description": "The unique langfuse identifier of a media record" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a media record" }, { "info": { "name": "media_patch", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/public/media/:mediaId", "params": [ { "name": "mediaId", "value": "", "type": "path", "description": "The unique langfuse identifier of a media record" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Patch a media record" }, { "info": { "name": "media_getUploadUrl", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/public/media", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a presigned upload URL for a media record" } ] } ], "bundled": true }