JoggAI logo

JoggAI

Free tier

AI Video Generator with Lifelike AI Avatars — create stunning videos in minutes

Free tier available·All audiences·API available

Key strengths

Lifelike AI avatars with accurate lip-syncFast video creation from URLs, text, or photosBroad use-case coverage (ads, podcasts, e-commerce, social)No filming or editing requiredAPI access for programmatic video generation
Free tier + paid plans · from $15 USD/mo
Singapore, Singapore
No ratings yet

JoggAI API & Technical Setup

JoggAI provides a documented REST API (see API Docs) with separate API pricing for programmatic video generation.

Key Capabilities via API

  • Avatar Video Generation: Submit a script and avatar ID to generate a talking-head video.
  • URL to Video: Pass a product page URL and receive a generated product video.
  • Voice Cloning: Upload audio samples to create a custom voice model for use in generated videos.
  • Face Swap / AI Twin: Replace faces in video content programmatically.

Example API Flow (conceptual)

POST /v1/video/generate
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "avatar_id": "stock_avatar_001",
  "script": "Welcome to our product demo...",
  "voice_id": "cloned_voice_001",
  "resolution": "1080p",
  "aspect_ratio": "16:9"
}

Key Parameters

ParameterDescription
avatar_idID of a stock or custom avatar
scriptText script for the avatar to deliver
voice_idAI or cloned voice identifier
aspect_ratio9:16 (vertical) or 16:9 (horizontal)
urlProduct page URL for URL-to-Video mode

Integration Notes

  • Supports WooCommerce and e-commerce pipelines via URL-to-Video API
  • Separate API pricing tier available for high-volume usage
  • Underlying video models include Seedance 2.0 and HappyHorse 1.0