Create a Comment

Leave a Comment on an Asset

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

asset_idstringRequiredformat: "uuid"

Request

Comment to create or update
textstringRequired
The body of the comment.
annotationstringOptional
Serialized list of geometry and/or drawing data. Learn more [here](https://developer.frame.io/docs/workflows-assets/working-with-annotations)
pageintegerOptional

Page number for a comment (documents only).

timestampdoubleOptional

Timestamp for the comment, in frames, starting at 0.

Comments can “global” to an asset in which you don’t provide the timestamp, or if you’re reviewing a “document” like a PDF then you would use page instead of timestamp to identify where the comment belongs.

durationintegerOptional

Used to produce range-based comments, this is the duration measured in frames.

privatebooleanOptional

Set to true to make your comment a “Team-only Comment” that won’t be visible to anonymous reviewers or Collaborators.

pitchintegerOptionalDeprecated

Pitch measurement for the comment (360deg video only).

yawintegerOptionalDeprecated

Yaw measurement for the comment (360deg video only).

Response

Comment success response
annotationstringOptional
completedbooleanOptional
completed_atstringOptional
completer_idstringOptionalformat: "uuid"
has_repliesbooleanOptional
idstringOptionalformat: "uuid"
like_countintegerOptional
ownerobjectOptional
User model
owner_idstringOptionalformat: "uuid"
textstringOptional
timestampintegerOptional

Errors

401
Unauthorized Error
404
Not Found Error