{ "opencollection": "1.0.0", "info": { "name": "Llama Platform Agent Data Classifier API", "version": "0.1.0" }, "items": [ { "info": { "name": "Classifier", "type": "folder" }, "items": [ { "info": { "name": "List Classify Jobs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/classifier/jobs", "params": [ { "name": "project_id", "value": "", "type": "query" }, { "name": "organization_id", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List classify jobs. Experimental: not production-ready and subject to change." }, { "info": { "name": "Create Classify Job", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/classifier/jobs", "params": [ { "name": "project_id", "value": "", "type": "query" }, { "name": "organization_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a classify job. Experimental: not production-ready and subject to change." }, { "info": { "name": "Get Classify Job", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/classifier/jobs/:classify_job_id", "params": [ { "name": "classify_job_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "query" }, { "name": "organization_id", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a classify job. Experimental: not production-ready and subject to change." }, { "info": { "name": "Get Classification Job Results", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/classifier/jobs/:classify_job_id/results", "params": [ { "name": "classify_job_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "query" }, { "name": "organization_id", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the results of a classify job. Experimental: not production-ready and subject to change." } ] } ], "bundled": true }