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

Code

Meaning

2000

Project created successfully.

4001

Invalid API key.

4002

Project creation failed.

4003

Rate limit exceeded.

4004

Unsupported video format.

4005

The video file is broken.

4006

Illegal parameter.

4007

Insufficient remaining minutes.

4008

Can not download video file from the url specified in request.

4009

The video URL specified in request is invalid.

4010

Can not detect the spoken language in video. Try changing the language parameter from auto to a specific language code.


What’s Next

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