{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_actions subpackage_projectTemplates API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_projectTemplates", "type": "folder" }, "items": [ { "info": { "name": "✨ Get project templates", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/project-templates/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ] }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nGet a list of all project templates for " }, { "info": { "name": "✨ Create project template", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/project-templates/", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nCreate a project template for an organiz" }, { "info": { "name": "✨ Get a project template", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8000/api/project-templates/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nGet a specific project template by ID fo" }, { "info": { "name": "✨ Update a project template", "type": "http" }, "http": { "method": "PATCH", "url": "http://localhost:8000/api/project-templates/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nUpdate the details of a specific project" }, { "info": { "name": "✨ Delete a project template", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8000/api/project-templates/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nDelete a specific project template by ID" }, { "info": { "name": "✨ Create project from template", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8000/api/project-templates/:id/create-project", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "\n \"Label\n

\n This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise)\n

\n
\nCreate a project from a specific project" } ] } ], "bundled": true }