Imagine API Reference
  1. Video Generation
Imagine API Reference
  • Imagine API References
  • Image Generation
    • Text to Image API
      POST
    • Text to PNG API
      POST
  • Image Editing
    • Background Remover API
      POST
    • Image Upscale API
      POST
    • Generative Fill API
      POST
    • AI Resize API
      POST
    • Retouch API
      POST
  • E-Commerce
    • AI Backgrounds API
      POST
  • Video Generation
    • Text to Video API
      POST
    • Image to Video API
      POST
    • Status by ID
      GET
    • (Deprecated) Status by ID
      GET
    • Delete by ID
      DELETE
    • (Deprecated) Delete by ID
      DELETE
  1. Video Generation

Status by ID

GET
https://api.vyro.ai/v2/video/{id}/status
Our Video Status API allows users to retrieve the current processing status of a video using its unique ID. It provides real-time updates on the video’s progress, including statuses such as pending, processing, completed, or failed.

Request

Path Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vyro.ai/v2/video//status' \
--header 'Authorization: Bearer vk-ad08a8e86d1a84404e5837be47d39ab44474f982671c0a'

Responses

🟢200Success
application/json
Body

Example
{
    "status": "success",
    "video": {
        "code": 2,
        "created_at": "2025-04-10T14:27:02.166676Z",
        "id": 1265,
        "settings": {
            "prompt": "a flying dinosaur",
            "style_id": "11002",
            "variation": "text_to_video"
        },
        "url": {
            "generation": [
                "https://20e6264b3285ab3e9b554e17efb157b9.r2.cloudflarestorage.com/video-to-video/processed/02b00836-ede7-469b-a48e-0766eed58a99?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=37a8d5ca7a564da7ba5bb455d852b72b%2F20250411%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250411T053937Z&X-Amz-Expires=10800&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=9a0a97358599fd1611f41957fbbf7859c0079a2282895bf43ed367759b1fa8c9"
            ],
            "thumbnail": [
                "https://20e6264b3285ab3e9b554e17efb157b9.r2.cloudflarestorage.com/video-to-video/video/thumbnails/02b00836-ede7-469b-a48e-0766eed58a99?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=37a8d5ca7a564da7ba5bb455d852b72b%2F20250411%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20250411T053937Z&X-Amz-Expires=10800&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=6a7d92d0ee58da8c983dd077fd0b9a2a55cba19946d543e21014aa1b947cae50"
            ]
        },
        "uuid": "02b00836-ede7-469b-a48e-0766eed58a99"
    }
}
🟠400Bad Request
🔴500Internal Server Error
🔴503Service Unavailable
Modified at 2025-04-11 05:41:50
Previous
Image to Video API
Next
(Deprecated) Status by ID