For the complete documentation index, see llms.txt. This page is also available as Markdown.

Rev

Caption text.

get

Requires caption OrderId and Type of caption.

Path parameters
Idinteger · int64Required

Caption Order Id.

Typestring · enumRequired

Type of caption content.

Possible values:
Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json
stringOptional
get/Rev/{Id}/Attachments/{Type}/content
200

Success

Creates a caption order for given Video Ids.

post

Requires at least one Video ID.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Body
ClientApiKeystringRequired

This is a secret key specific to each partner that wishes to use the Rev Entertainment.

UserApiKeystringRequired

This is a secret key specific to a Rev user, which identifies the user account under whose privileges the requested operation executes. This key can be obtained by logging in to Rev as the user in question and going to the Rev Account Settings page.

ReferenceIdstringOptional

Optional order reference number.

VideoIdinteger · int64Required

ID of video to caption.

NotificationUrlstringOptional

Optional URL to send notifications when order is complete.

UseSandboxbooleanOptional

Optional URL to send notifications when order is complete.

Responses
200

Success

application/json

CaptionOrderResponse

Idinteger · int64Optional
StatusstringOptional
post/Rev/Orders
200

Success

List of Caption Orders.

get

Orders are paged. Use Order ID to retrieve the caption attachment.

Query parameters
Takeinteger · int32Required

Limits the total items returned. Maximum of 100 per request.

Skipinteger · int32Optional

Skips records using for paging results.

Header parameters
Acceptstring · enumRequired

Accept Header

Possible values:
Responses
200

Success

application/json

AllRevCaptionsResponse

TotalCountinteger · int64Optional

Total count of captions.

Skipinteger · int32Optional

Records to skip used with paging.

Takeinteger · int32Optional

Page size.

get/Rev/Orders/All
200

Success

Last updated