seedream-image

Installation
SKILL.md

Seedream Image Generation

Generate and edit AI images through AceDataCloud's Seedream (ByteDance) API.

Setup: See authentication for token setup.

Quick Start

curl -X POST https://api.acedata.cloud/seedream/images \
  -H "Authorization: Bearer $ACEDATACLOUD_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "a cyberpunk cat wearing VR goggles in a neon city", "model": "doubao-seedream-5-0-260128"}'

Async: See async task polling. Poll via POST /seedream/tasks with {"id": "..."}.

Models

| Model | Version | Best For |

Related skills

More from acedatacloud/skills

Installs
9
GitHub Stars
6
First Seen
Apr 6, 2026