{ "opencollection": "1.0.0", "info": { "name": "langfuse AnnotationQueues BlobStorageIntegrations API", "version": "1.0" }, "items": [ { "info": { "name": "BlobStorageIntegrations", "type": "folder" }, "items": [ { "info": { "name": "blobStorageIntegrations_getBlobStorageIntegrations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/public/integrations/blob-storage", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get all blob storage integrations for the organization (requires organization-scoped API key)" }, { "info": { "name": "blobStorageIntegrations_upsertBlobStorageIntegration", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/public/integrations/blob-storage", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create or update a blob storage integration for a specific project (requires organization-scoped API key). The configuration is validated by performing a test upload to the bucket." }, { "info": { "name": "blobStorageIntegrations_getBlobStorageIntegrationStatus", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/public/integrations/blob-storage/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get the sync status of a blob storage integration by integration ID (requires organization-scoped API key)" }, { "info": { "name": "blobStorageIntegrations_deleteBlobStorageIntegration", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/public/integrations/blob-storage/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a blob storage integration by ID (requires organization-scoped API key)" } ] } ], "bundled": true }