Canary Speech

CreateSession

POST - /v3/api/create-session
Required Permissions:
  • scope:api

Description

Creates a session under which multiple assessments can be associated.

Headers

Header KeyDescriptionExample
Authorization
The Authorization header for this endpoint. The value must be the token from the /v3/auth/tokens/get endpoint and given using the Bearer pattern.
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdW...
Content-Type
The content type for this request.
application/json

Body Parameters

NameTypeDescription
* subjectIduuid
The ID of the subject who is participating in this session.

Successful Response

A successful response

Field NameTypeDescription
sessionIduuid
The ID of the newly-created session.

Code Example