Legacy API Reference
cURL
curl --request POST \ --url https://enterprise-api.writer.com/cowrite/organization/{organizationId}/team/{teamId}/generate \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "templateId": "<string>", "inputs": [ { "name": "<string>", "value": [ "<string>" ] } ] } '
{ "organizationId": 123, "teamId": 123, "documentId": "<string>", "templateId": "<string>", "body": "<string>", "inputs": "<unknown>", "deleted": true, "createdUserId": 123, "creationTime": "2023-11-07T05:31:56Z", "id": 123, "title": "<string>" }
Documentation IndexFetch the complete documentation index at: https://dev.writer.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://dev.writer.com/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes
Was this page helpful?