latestOpenAPI 3.1.22026-08-10223187.9 KB
7610937217a4
Create Request
Create Video Request
Create a new video enhancement request.
Send information about the video and desired enhancements then receive cost and time estimates.
Calling this endpoint does NOT consume credits.
Calling this endpoint does NOT start processing.
Estimations are based on values provided, and the calculation is rerun once the system receives the source video. If the second estimate is significantly different than the initial values, the request is failed and the credits are fully refunded.
The lower bound value of the cost estimate is billed.
Time estimates are in development and may not be accurate.
Response body
| Property | Type | Description |
|---|---|---|
| requestId | UUID | Unique request identifier |
| estimates | Object | Refer to RequestEstimates below |
RequestEstimates
cost and time are arrays with two integers each, representing lower and upper bounds of the estimate.
| Property | Type | Description |
|---|---|---|
| cost | Array | Cost range (in credits) |
| time | Array | Time range (in seconds) |
post/video/
Request body
Response
Successful response