v1

latestOpenAPI 3.0.1MIT2026-07-2638658.5 KB
Video

Check Product Video Status

Get the current status and details of a product video generation

get/v2/product_video/{product_video_id}

Path parameters

product_video_idstring required
Example:pv_123456

Product video ID

Response

Success

codeinteger required

Business status code:

  • 0 - Success
  • 10104 - Record not found
  • 10105 - Invalid API key
  • 18020 - Insufficient credit
  • 18025 - No permission to call APIs
  • 40000 - Parameter error
  • 50000 - System error
msgstring required

Response message

Example response

{
  "msg": "Success",
  "data": {
    "title": "My Product Video",
    "video_url": "https://example.com/video.mp4",
    "cover_url": "https://example.com/cover.jpg",
    "status": "completed",
    "created_at": 1640995200,
    "deducted_credit": 10.5
  }
}