Skip to content
@PoyoAPI

PoYo AI

One API for AI image, video, music, chat, and 3D models.

PoYo AI - One API for AI model workflows

Start building API docs Models Examples

One API for AI model workflows

PoYo AI gives developers one production API workflow for image, video, music, chat, and 3D model generation: submit a task, store task_id, poll in testing, and use webhooks in production.

Start with PoyoAPI/poyo-examples for the full backend-safe workflow, then use focused model repos when you already know which model you want to integrate.

Main examples repo

Use PoyoAPI/poyo-examples when you want the full backend-safe path across cURL, Node.js, Python, Next.js routes, status polling, and production webhooks.

Focused model repos

Use these when you already know the model you want and need a smaller repo to copy from.

Category Repository
Image gpt-image-2-api, nano-banana-2-api, nano-banana-pro-api
Video seedance-2-api, sora-2-official-api, happy-horse-api

Example model families

Category Families
Chat Claude GPT Gemini
Image GPT Image FLUX Seedream Nano Banana
Video Sora Veo Seedance Kling Wan
Music Suno MiniMax Music
3D Meshy Tripo

Quickstart

  1. Create an account at poyo.ai.
  2. Create an API key in the dashboard.
  3. Submit a generation task.
  4. Save the returned task_id.
  5. Poll status in testing.
  6. Use callback_url webhooks in production.
export POYO_API_KEY="your-api-key"
export POYO_BASE_URL="https://api.poyo.ai"

curl -X POST "$POYO_BASE_URL/api/generate/submit" \
  -H "Authorization: Bearer $POYO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-image-2",
    "input": {
      "prompt": "A clean product render of a translucent AI cube on a white studio surface",
      "size": "1:1",
      "resolution": "1K",
      "quality": "low",
      "n": 1
    }
  }'

Developer resources

Pinned Loading

  1. poyo-examples poyo-examples Public

    Examples for building with PoYo AI APIs.

    JavaScript 2

  2. gpt-image-2-api gpt-image-2-api Public

    Server-side PoYo examples for GPT Image 2 image generation and editing.

    JavaScript 2

  3. nano-banana-pro-api nano-banana-pro-api Public

    Server-side PoYo examples for Nano Banana Pro image generation and editing.

    JavaScript 2

  4. seedance-2-api seedance-2-api Public

    Server-side PoYo examples for Seedance 2 video generation workflows.

    JavaScript 2

  5. sora-2-official-api sora-2-official-api Public

    Server-side PoYo examples for Sora 2 Official video generation workflows.

    JavaScript 2

  6. happy-horse-api happy-horse-api Public

    Server-side PoYo examples for Happy Horse video generation and editing workflows.

    JavaScript 2

Repositories

Showing 8 of 8 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…