JoggAI

JoggAI provides APIs for creating AI avatar, product, lip-sync, template, and translated videos and managing their supporting media assets.

36 actions Integration catalog
Request access
Connect JoggAI once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Animate Photo AvatarJOGG_AI_ANIMATE_PHOTO_AVATAR
Create a reusable animated avatar from a photo-avatar image. WARNING: this generation creates persistent media and costs at least 2 JoggAI credits; the 2.0-Pro model costs 3 credits. Call GET_ACCOUNT first to check the remaining balance. Returns a motion ID for GET_PHOTO_AVATAR.
Animate Product AvatarJOGG_AI_ANIMATE_PRODUCT_AVATAR
Add motion and a voice to a selected JoggAI product-avatar image generation. WARNING: this call consumes JoggAI credits and creates persistent media; call GET_ACCOUNT first to check the remaining balance. Returns a motion ID for GET_PRODUCT_AVATAR.
Create Asset Upload URLJOGG_AI_CREATE_ASSET_UPLOAD_URL
Create a signed URL for uploading an asset to JoggAI. This does not upload the file bytes; PUT them to sign_url separately, then use asset_url in a generation request, including as a template image or video variable's url.
Create Lip Sync VideoJOGG_AI_CREATE_LIP_SYNC_VIDEO
Start an asynchronous lip-sync video from publicly reachable video and audio URLs. WARNING: this request consumes JoggAI credits; call GET_ACCOUNT first to check the remaining balance. Returns a task ID for GET_LIP_SYNC_VIDEO.
Create ProductJOGG_AI_CREATE_PRODUCT
Create product information from exactly one source: a product page URL, or manually supplied product details. WARNING: this creates a persistent JoggAI product, and API v2 provides no read or delete product endpoint. Retain this tool's returned product ID and details because the side effect cannot be read back or automatically reversed.
Create Product VideoJOGG_AI_CREATE_PRODUCT_VIDEO
Start a product video using a saved product and nested video, avatar, voice, audio, and script settings. WARNING: this call consumes JoggAI credits and creates persistent media; call GET_ACCOUNT first to check the remaining balance. Returns an ID for GET_PRODUCT_VIDEO.
Create Product Video PreviewsJOGG_AI_CREATE_PRODUCT_VIDEO_PREVIEWS
Generate product-video previews for one or more visual styles. WARNING: this call consumes JoggAI preview credits and creates persistent previews; API v2 provides no preview delete endpoint. Call GET_ACCOUNT first to check credits, then use LIST_PRODUCT_PREVIEWS to retrieve status and preview IDs.
Create Talking Avatar VideoJOGG_AI_CREATE_TALKING_AVATAR_VIDEO
Start a talking-avatar video using an avatar and either a text script or hosted audio. WARNING: this call consumes JoggAI credits and creates persistent media; call GET_ACCOUNT first to check the remaining balance. Returns a video ID for GET_TALKING_AVATAR_VIDEO.
Create Template VideoJOGG_AI_CREATE_TEMPLATE_VIDEO
Start rendering a JoggAI v2 template with typed text, script, image, or video variables and optional avatar, voice, captions, and music settings. WARNING: this call consumes JoggAI credits and creates persistent media; call GET_ACCOUNT first to check the remaining balance. Returns a video ID for GET_TEMPLATE_VIDEO.
Create WebhookJOGG_AI_CREATE_WEBHOOK
Create a JoggAI webhook endpoint with a callback URL, delivery status, and event subscriptions. Returns a one-time sensitive signing secret; store it securely and never log it.
Delete WebhookJOGG_AI_DELETE_WEBHOOK
Permanently delete one JoggAI webhook endpoint. WARNING: this operation is irreversible; confirm the endpoint ID before calling it.
Generate AI ScriptsJOGG_AI_GENERATE_AI_SCRIPTS
Start asynchronous AI script generation from a saved product or inline product details. WARNING: this request may consume JoggAI credits; call GET_ACCOUNT first to check the remaining balance. Returns a task ID, not completed scripts.
Generate Photo Avatar ImageJOGG_AI_GENERATE_PHOTO_AVATAR_IMAGE
Start AI photo-avatar image generation using JoggAI's exact demographic, style, model, and aspect-ratio modes. WARNING: this call consumes credits and creates persistent media; documented pricing is 0.05 credit per single image or 0.2 credit for a batch of four. Call GET_ACCOUNT first to check the remaining balance. Returns a photo ID for GET_PHOTO_AVATAR_IMAGE.
Generate Product Avatar ImagesJOGG_AI_GENERATE_PRODUCT_AVATAR_IMAGES
Start asynchronous generation of one to four product-avatar images from a public product image and an existing avatar, reference image, or description. WARNING: this call consumes JoggAI credits for persistent media, and requesting more images may consume more credits. Call GET_ACCOUNT first to check the remaining balance. Returns a batch ID for GET_PRODUCT_AVATAR_IMAGE_TASK.
Get Account and Credit BalanceJOGG_AI_GET_ACCOUNT
Return the connected JoggAI user and remaining credit balance. Use this before a credit-consuming generation request; JoggAI does not expose a plan name.
Get AI Script TaskJOGG_AI_GET_AI_SCRIPT_TASK
Check an AI script generation task and return generated scripts when completed.
Get Lip Sync VideoJOGG_AI_GET_LIP_SYNC_VIDEO
Check a lip-sync task and return its output URLs and duration when successful.
Get Photo AvatarJOGG_AI_GET_PHOTO_AVATAR
Check photo-avatar motion generation and return the reusable avatar details when complete.
Get Photo Avatar ImageJOGG_AI_GET_PHOTO_AVATAR_IMAGE
Check photo-avatar image generation and return the generated image URLs and keys when ready.
Get Product AvatarJOGG_AI_GET_PRODUCT_AVATAR
Check product-avatar motion generation and return the reusable avatar when complete.
Get Product Avatar Image TaskJOGG_AI_GET_PRODUCT_AVATAR_IMAGE_TASK
Check a product-avatar image generation batch and return its status summary and generated image candidates.
Get Product VideoJOGG_AI_GET_PRODUCT_VIDEO
Check one product video and return its generated media when available.
Get Talking Avatar VideoJOGG_AI_GET_TALKING_AVATAR_VIDEO
Check a talking-avatar video and return its media URLs when completed.
Get Template VideoJOGG_AI_GET_TEMPLATE_VIDEO
Check a template-rendered video and return its output details when complete.
Get Video TranslationJOGG_AI_GET_VIDEO_TRANSLATION
Check a video translation and return translated media when complete.
List AvatarsJOGG_AI_LIST_AVATARS
List public, instant, photo, or product avatars available for JoggAI video generation. Filters vary by avatar kind; returned IDs can be used in generation tools. This toolkit can create photo and product avatars; JoggAI API v2 only permits listing pre-existing instant avatars.
List Creation AssetsJOGG_AI_LIST_CREATION_ASSETS
Browse one music, template, visual-style, or voice catalog used to create JoggAI media. Returns one page for music/voice and complete template/style catalogs.
List Product PreviewsJOGG_AI_LIST_PRODUCT_PREVIEWS
List generated JoggAI product-video previews and their statuses one page at a time. Preserve the returned preview identifier for selective rendering.
List Product VideosJOGG_AI_LIST_PRODUCT_VIDEOS
List product videos with status and sort filters, one bounded page at a time.
List Translation LanguagesJOGG_AI_LIST_TRANSLATION_LANGUAGES
Return currently supported lowercase target-language identifiers for JoggAI video translation.
List Webhook EventsJOGG_AI_LIST_WEBHOOK_EVENTS
Return event identifiers that can be subscribed to by a JoggAI webhook.
List WebhooksJOGG_AI_LIST_WEBHOOKS
List webhook endpoints registered on the connected JoggAI account. Signing secrets are never returned by this tool.
Render Product Video PreviewJOGG_AI_RENDER_PRODUCT_VIDEO_PREVIEW
Render one selected product preview into a final video. WARNING: this consumes JoggAI render credits and creates persistent media.
Translate VideoJOGG_AI_TRANSLATE_VIDEO
Start asynchronous video translation with optional audio-only translation, dubbing, lip sync, subtitles, and dynamic duration. WARNING: this call consumes JoggAI credits and creates persistent translated media; call GET_ACCOUNT first to check the remaining balance. Returns a translation task ID for GET_VIDEO_TRANSLATION.
Update ProductJOGG_AI_UPDATE_PRODUCT
Update an existing JoggAI product's descriptive fields. Supplying media replaces the complete media list; pass an empty list to remove all media. JoggAI API v2 has no product read endpoint, so retain the product details in your own workflow state.
Update WebhookJOGG_AI_UPDATE_WEBHOOK
Fully replace an existing JoggAI webhook's callback URL, delivery status, and event subscriptions.