Skip to main content
Skip table of contents

Add a Recording Note

POST /v1/recordings/{recordingId}/notes

Summary:
Creates a new note for the specified recording.

Security:

  • Bearer Authentication required.

Path Parameter:

  • recordingId: The recording’s unique identifier.

Request Body:
JSON object with:

  • noteText (string, required): The note content (min 1 character, max 240 characters).

Response:

  • 200 OK:
    Returns a JSON object with:

    CODE
    { "noteId": "uuid" }
  • 400, 401, 403, 404, 409, 500: Error responses.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.