{ "opencollection": "1.0.0", "info": { "name": "Openlayer Commits Projects API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.openlayer.com/v1/projects", "params": [ { "name": "name", "value": "", "type": "query", "description": "Filter projects by name." }, { "name": "taskType", "value": "", "type": "query", "description": "Filter by task type (e.g. llm-base, tabular-classification)." }, { "name": "page", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" } ] }, "docs": "List the projects in the authenticated user's workspace." }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://api.openlayer.com/v1/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new project in the authenticated user's workspace." }, { "info": { "name": "Delete a project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.openlayer.com/v1/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The unique identifier of the project." } ] }, "docs": "Delete a project by its id." } ] } ], "bundled": true }