Legacy API Reference
curl --request GET \ --url https://enterprise-api.writer.com/cowrite/organization/{organizationId}/team/{teamId}/template/{templateId} \ --header 'Authorization: <authorization>'
{ "id": "<string>", "name": "<string>", "description": "<string>", "categoryId": 123, "inputs": [ { "name": "<string>", "type": "textbox", "help": "<string>", "subtitle": "<string>", "required": true, "options": [ "<string>" ], "dynamic": true, "minFields": 123, "maxFields": 123, "unitCopy": "<string>" } ], "guideUrl": "<string>", "creationTime": "2023-11-07T05:31:56Z", "modificationTime": "2023-11-07T05:31:56Z" }
We’re deprecating these API endpoints, so the AI Studio API key setup won’t work. [Contact support] (https://support.writer.com/) if you need them.
The response is of type object.
object
Was this page helpful?