Was this helpful?
Create the Copilot assessment for the organisation
/copilot/assessment
curl -L \ --request POST \ --url 'https://app.seedata.io/api/copilot/assessment' \ --header 'Content-Type: application/json' \ --data '{ "id": "123e4567-e89b-12d3-a456-426614174000", "organisationId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-02-27T05:22:08.545Z", "updatedAt": "2025-02-27T05:22:08.545Z", "createdByType": "text", "createdById": "text", "updatedByType": "text", "updatedById": "text", "questions": [ { "questionKey": "text" } ], "answers": [ { "questionKey": "text", "answer": "text" } ] }'
{ "id": "123e4567-e89b-12d3-a456-426614174000", "organisationId": "123e4567-e89b-12d3-a456-426614174000", "createdAt": "2025-02-27T05:22:08.545Z", "updatedAt": "2025-02-27T05:22:08.545Z", "createdByType": "text", "createdById": "text", "updatedByType": "text", "updatedById": "text", "questions": [ { "questionKey": "text" } ], "answers": [ { "questionKey": "text", "answer": "text" } ] }