Response

After submitting a long video via the POST /project/create endpoint, you will receive a JSON response containing the status of the request and important information for retrieving the generated clips.

Response Format

{
  "code": 2000,
  "projectId": 17861706,
  "shareLink": "https://vizard.ai/project?invite=BW77vF&susId=1862&utm_source=project_share&utm_medium=project_share_email&utm_campaign=project_share_email",
  "errMsg": ""
}

Response Fields

FieldTypeDescription
codeintStatus code of the request. See details in the status code table.
projectIdstringUnique ID of the project. Used to poll or retrieve clips.
shareLinkstringShareable link to the project (only available for Business/Team plan users).
errMsgstringError message, shown only when code is not 2000.

Status Code Reference

CodeMeaning
2000Project created successfully
4001Invalid API key
4002Project creation failed
4003Rate limit exceeded
4004Unsupported video format
4005Invalid video URL
4006Illegal parameter
4007Insufficient remaining minutes

What’s Next

Use the projectId returned in this response to retrieve the clips.