Get Project By Project Id
You can also hit the get project endpoint to get the response. Refer to the Get Project Page.Webhook Response
When Quickreel completes processing your request, it sends a webhook response to the URL specified in thewebhookUrl
parameter. Below is an example of the response you will receive:
projectId
: The unique identifier of the project.status
: The status of the project.createdAt
: The date and time the request was created.completedAt
: The date and time the project was completed.error
: Any error information if applicable.outputs
: An array containing details of each output.id
: The unique identifier of the output.videoUrl
: The URL to access the video.thumbnailUrl
: The URL to access the thumbnail.
Note on Response Handling:
You will have to send a 200 status code immediately after receiving the
response.
If you want more details on handling webhook responses, refer to the Webhook
Handling Page in the documentation.