Clarify API
API ReferenceMeeting Recordings

Get Recording Artifacts

POST
/workspaces/{workspace}/meetings/{meetingId}/recordings/{id}/artifacts
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
id*string

Response Body

application/json

curl -X POST "https://example.com/workspaces/string/meetings/string/recordings/string/artifacts"
{
  "data": {
    "videoUrl": "string",
    "transcriptionUrl": "string"
  }
}