Endpoint: https://veoapi.pro/v1/search
Method: GET
This API endpoint allows you to check the status of your video generation task and retrieve the final video URL once the generation is complete. This API is free to use and does not consume any credits.
Parameter | Type | Required | Description |
---|---|---|---|
taskId | string | Yes | The task ID received from the Generate API |
Example Request:
Field | Type | Description |
---|---|---|
code | integer | HTTP status code |
message | string | Response message |
data.state | string | Task status: "pending", "processing", "completed", or "failed" |
data.videoUrl | string | URL of the generated video (only when state is "completed") |
data.videoDuration | number | Duration of the generated video in seconds |
data.width | integer | Width of the generated video in pixels |
data.height | integer | Height of the generated video in pixels |
data.thumbnailUrl | string | URL of the video thumbnail image |