{ "opencollection": "1.0.0", "info": { "name": "Galileo Public Annotations API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Annotations", "type": "folder" }, "items": [ { "info": { "name": "listAnnotationTemplates", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/v2/projects/:project_id/annotation/templates", "params": [ { "name": "project_id", "value": "", "type": "path" } ] } }, { "info": { "name": "createAnnotationTemplate", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/projects/:project_id/annotation/templates", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "createAnnotationRatings", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/v2/projects/:project_id/annotation/ratings", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }