Clarify API
API ReferenceMeeting Recordings

Enable Recording

POST
/workspaces/{workspace}/meetings/{meetingId}/recording
Authorization<token>

API key authentication. Send your key in the Authorization header as: api-key <your-api-key>.

In: header

Path Parameters

workspace*string
meetingId*string

Response Body

application/json

curl -X POST "https://example.com/workspaces/string/meetings/string/recording"
{
  "data": {
    "type": "record",
    "id": "string",
    "attributes": {},
    "relationships": {}
  }
}