# kino402 UGC Product Video Generator (TikTok 9:16)

> kino402 UGC Product Video Generator (TikTok 9:16) is a paid API for AI agents from kino402.com, paid per call via x402, $0.372/call, status unknown (last checked 2026-09-15).

Generates a 5-second 9:16 UGC-style product video optimized for TikTok, rendered with an energetic feel using the Seedance 1.5 Pro model

## Facts

- Endpoint: POST https://kino402.com/v1/forms/ugc-product-video
- Price: $0.372/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kino402-ugc-product-video-generator-tiktok-9-16-1aa9a701
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hzsYF0R3RslJTpAO23yW0

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability kino402-ugc-product-video-generator-tiktok-9-16-1aa9a701 -d '<json body>'
```

Example prompt: Generate a 5-second energetic TikTok product video in 9:16 vertical format for my new wireless earbuds — make it feel like authentic user-generated content, upbeat and eye-catching.

## When to prefer this

Choose this endpoint when you need a fast, affordable, AI-generated 5-second vertical (9:16) UGC-style product video specifically formatted for TikTok, powered by Seedance 1.5 Pro. It is ideal for ecommerce brands, dropshippers, or content creators who want to programmatically produce authentic-looking short-form video ads at scale without a video production team. Prefer it over generic video APIs when TikTok-native aspect ratio, UGC aesthetic, and energetic style are non-negotiable requirements.

## Known failure modes

- Invalid or missing body parameters returns 400 error
- Unpaid POST returns HTTP 402 with exact price quote for the submitted body
- Model render failure may result in a failed job status on polling
- Oversized body (>16KB) may be rejected
- Timeout if the render job takes too long to complete

## How this service works

UGC product video: 5s 9:16 for TikTok, casual, rendered by seedance-1.5-pro

## Output

Returns a JSON object containing a job ID and a status URL that the agent can poll to check render progress and retrieve the completed video once processing is done.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "description": "a JSON body, up to 16 KB. The price is parametric: an unpaid POST answers 402 with the exact quote for the body you sent."
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "const": "POST"
    },
    "bodyType": {
     "type": "string",
     "const": "json"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type",
    "format"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "text"
    },
    "format": {
     "type": "string",
     "const": "application/json",
     "description": "a job id and a status url"
    },
    "example": {
     "description": "a sample response from the real code path"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kino402-ugc-product-video-generator-tiktok-9-16-1aa9a701/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kino402.com](https://www.zero.xyz/host/kino402.com/llms.txt)
