{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation playgrounds API", "version": "1.1085.0" }, "items": [ { "info": { "name": "playgrounds", "type": "folder" }, "items": [ { "info": { "name": "Create Playground", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/playgrounds", "params": [ { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Create a new playground for the given project." }, { "info": { "name": "Get Playground", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/projects/:project_id/playgrounds/:playground_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "playground_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get a playground by ID." }, { "info": { "name": "Update Playground", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/projects/:project_id/playgrounds/:playground_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "playground_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Update Playground" }, { "info": { "name": "Delete Playground", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/projects/:project_id/playgrounds/:playground_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "playground_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Delete Playground" }, { "info": { "name": "Query Playgrounds", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/playgrounds/query", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "starting_token", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Query Playgrounds" }, { "info": { "name": "Reset Playground", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/playgrounds/:playground_id/reset", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "playground_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Reset the playground to its initial state." }, { "info": { "name": "Update Playground Scratch Dataset", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.galileo.ai/projects/:project_id/playgrounds/:playground_id/scratch_dataset", "headers": [ { "name": "If-Match", "value": "d89cce33-549d-4b6d-b220-afb641d859c8" } ], "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "playground_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Update the content of a scratch dataset.\n\nThis endpoint works similarly to `PATCH /datasets/{dataset_id}/content`." } ] } ], "bundled": true }