This API requests Pictory Server to generate downloadable video link. This is asynchronous REST API.

Log in to see full request history

Request Header

Parameter NameParameter TypeDescription
AuthorizationString (Required)An authorization Token is required to call the Storyboard API. Authentication API. Contact support@pictory.ai to get access to the Authentication API.
X-Pictory-Customer-IdString (Required)You can obtain X-Pictory-Customer-Id by reaching out to us at support@pictory.ai

Request Object

Video rending is a complex process and so is the request body of this API. If you want to generate Video from text or edit an existing video, renderParams object from the Storyboard API Job Response can be the request body for video rendering.

Tips: Call Storyboard API to get the Request Object for this API. Use the data within renderParams object from Storyboard API callback as Request body of Render API

Response

The Video download link and other details are sent to the webhook URL sent in the request object.

You can check the video rendering status from GET Job API . Once the job has been completed, this API also returns The video download link) in the response body once the job has successfully completed.

Body Params
audio
object

The audio settings which needs to be used in audio.

output
object

The output settings of the video.

scenes
array of objects

Rendering parameter for each Scene

scenes
boolean
Defaults to true
boolean
Defaults to true
string

The callback URL where render job completion response is to be sent.

Headers
string

Access Token obtained from Authentication API

string

Pictory User ID Obtained from Pictory Sales team

Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json