Design & media

Poyo Sora 2

Try it

Use PoYo AI's Sora 2 video generation models through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants to generate videos, submit...

What it does

Use PoYo AI's Sora 2 video generation models through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants to generate videos, submit Sora 2 jobs, create text-to-video or image-to-video payloads, poll task status, or prepare PoYo-compatible requests for `sora-2` or `sora-2-private`.

The skill document

PoYo Sora 2

  • Model page:
  • API docs:
  • API key page:

Use this skill to submit and track Sora 2 video jobs on PoYo AI.

Quick workflow

  1. Choose the model:
    • sora-2 for standard Sora 2 generation
    • sora-2-private for the private standard-quality variant
  2. Build the request body.
  3. Submit a POST request to https://api.poyo.ai/api/generate/submit with Bearer auth.
  4. Save the returned task_id.
  5. Poll unified task status until the job finishes, or rely on callback_url if the user has a webhook.

Request rules

  • Require Authorization: Bearer .
  • Require top-level model.
  • Require input.prompt.
  • Use input.image_urls only for image-to-video; PoYo docs say only one image is supported.
  • Use input.duration when the user specifies clip length; valid values are 10 or 15.
  • Use input.aspect_ratio when needed; valid values are 16:9 or 9:16.
  • Optional stylistic control is available through input.style and input.storyboard.

Model selection

sora-2

Use for:

  • standard text-to-video generation
  • standard image-to-video generation
  • default Sora 2 jobs on PoYo

sora-2-private

Use for:

  • private standard-quality variant when the user explicitly asks for it
  • cases where the user's account/workflow expects the private model id

Execution

  • Read references/api.md for payload fields, examples, and polling notes.
  • Use scripts/submit_sora_2.sh to submit a task from the shell when direct API execution is appropriate.
  • If the user needs a raw curl example, adapt one from references/api.md.
  • After submission, report the task_id clearly so follow-up polling is easy.

Output expectations

When helping with a Sora 2 task, include:

  • chosen model
  • whether the request is text-to-video or image-to-video
  • final payload or summarized parameters
  • returned task_id if the request was actually submitted
  • next step: poll status or wait for webhook

Related skills

Use PoYo AI Sora 2 Pro for longer premium video generation through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants 15s or 25s c...

22 installs1 stars

Use PoYo AI Grok Imagine Video for short text-to-video and image-to-video generation with motion-style controls through the `https://api.poyo.ai/api/generate...

27 installs1 stars

Use PoYo AI GPT Image 1.5 through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants to generate or edit media with this model fam...

27 installs1 stars

Use PoYo AI GPT-4o Image through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants to generate or edit media with this model fami...

23 installs1 stars

Use PoYo AI Veo 3.1 for frame-conditioned video generation through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants fast or qual...

25 installs1 stars

Use PoYo AI Seedance 1.5 Pro for higher-end image-to-video generation through the `https://api.poyo.ai/api/generate/submit` endpoint. Use when a user wants l...

22 installs1 stars