Short answer: You can pika generate video in Pika by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Pika Pika Generate Video action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Prompt promptText | string | Required | Prompt (required) |
Model model | options | Optional | Model. Options: Pika 2.2, Pika 2.1 |
Aspect Ratio aspectRatio | options | Optional | Aspect Ratio. Options: 16:9, 9:16, 1:1 |
Duration duration | options | Optional | Duration. Options: 5s, 10s |
{"promptText": "{{trigger.promptText}}","model": "{{trigger.model}}","aspectRatio": "{{trigger.aspectRatio}}","duration": "{{trigger.duration}}"}
{"status": "queued","video_id": "vid-abc123"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.