{ "opencollection": "1.0.0", "info": { "name": "Llama Platform Agent Data Page Screenshots API", "version": "0.1.0" }, "items": [ { "info": { "name": "Page Screenshots", "type": "folder" }, "items": [ { "info": { "name": "List File Page Screenshots", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/files/:id/page_screenshots", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "query" }, { "name": "organization_id", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List metadata for all screenshots of pages from a file." }, { "info": { "name": "Get File Page Screenshot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/files/:id/page_screenshots/:page_index", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "page_index", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "query" }, { "name": "organization_id", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get screenshot of a page from a file." }, { "info": { "name": "Generate File Page Screenshot Presigned Url", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/files/:id/page_screenshots/:page_index/presigned_url", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "page_index", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "query" }, { "name": "organization_id", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a short-lived presigned URL to read a page screenshot; treat the URL as sensitive while it is valid." } ] } ], "bundled": true }