Skip to main content
GET
Get template video status and details
Retrieve video information, status, and metadata by video ID.

Example Usage

Create Video from Template

Create videos from templates

Create Video from Template

Complete template video guide

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain your key from the JoggAI dashboard.

Path Parameters

video_id
string
required

Video ID

Example:

"video_123456789"

Response

200 - application/json

Success

code
integer
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
Example:

0

msg
string
required

Response message

Example:

"Success"

data
object