Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AceData Cloud — Coze / 扣子 Plugins

Import AceData Cloud's AI APIs into Coze / 扣子 as plugins, so your Coze bots and workflows can generate music, images and video — and later search the web — through a single Bearer token.

Coze imports standard OpenAPI 3.0 schemas, so every file here can be imported directly with no code. We ship music (Suno), image (GPT Image / Nano Banana / DALL·E / Seedream / Flux) and video (Sora / Kling / Veo / Seedance) — one <service>.yaml per plugin, all synchronous.

Plugins

File Tool (operationId) AceData API What it does
suno.yaml generateMusic POST /suno/audios Generate a full song from a prompt or custom lyrics
image.yaml generateImage POST /openai/images/generations Generate images — GPT Image, Nano Banana or DALL·E (pick the model)
seedream.yaml generateImage POST /seedream/images Generate images with ByteDance Seedream (Doubao)
flux.yaml generateImage POST /flux/images Generate or edit images with Flux
sora.yaml generateVideo POST /sora/videos Generate videos with OpenAI Sora
kling.yaml generateVideo POST /kling/videos Generate videos with Kuaishou Kling
veo.yaml generateVideo POST /veo/videos Generate videos with Google Veo
seedance.yaml generateVideo POST /seedance/videos Generate videos with ByteDance Seedance

Import into Coze (扣子)

  1. Get an API token. Create one at https://platform.acedata.cloud/console/credentials — a per-service api.acedata.cloud token. Keep it secret.
  2. Create the plugin from the schema.
    • Coze.com: Development → Plugins → Create plugin → Import, then upload the .yaml (or paste its contents).
    • 扣子 (coze.cn):「资源库 → 插件 → 创建插件 → 导入」,上传或粘贴 .yaml
  3. Configure authorization. Choose Service auth with:
    • Location: Header
    • Parameter name: Authorization
    • Service token / value: Bearer <your api.acedata.cloud token> (include the literal Bearer prefix).
  4. Test. Coze turns each operationId into a callable tool. Run Test with a minimal payload, e.g. { "prompt": "a lofi track for studying" }, and confirm the response contains an audio_url.
  5. Publish. Publish the plugin to the Coze plugin store (扣子插件商店) so other users can install it into their own bots and workflows.

Notes

  • Synchronous by design. These endpoints return the result inline (the 200 body already contains the audio_url / image url), which is what Coze tools expect. Do not add callback_url / async to the schema — that switches the API into webhook mode and Coze would only receive a task id.
  • One token, all services. The base URL is https://api.acedata.cloud and the same token style works across services, so additional plugins here reuse the same auth setup.
  • Real descriptions. These schemas hand-write human-readable descriptions on purpose — the platform's internal OpenAPI specs use $t(...) i18n placeholders that would otherwise show up literally as tool/parameter names inside Coze.

Roadmap & priorities

AceData Cloud already ships a batch of plugins live in the Coze store — Suno, Midjourney, DeepSeek, Grok, SERP — each with real usage (Suno alone: ~789 installs / 157 calls). This folder is the versioned source for their OpenAPI schemas so the team can re-import and update them consistently instead of hand-editing in the Coze UI.

The six highest-value services by market traction + platform fit — Seedream, Flux, Sora, Kling, Veo, Seedance (Coze is a ByteDance product, so ByteDance's own Seedream / Seedance fit especially well) — are now shipped in the Plugins table above.

To add more, same pattern, one file each — copy an existing .yaml, swap the path, parameters and descriptions (take real params + endpoint from PlatformBackend/openapi/<uuid>.json, never invent them), and add a row to the Plugins table above. Next candidates: Hailuo, Luma, Wan (video), Fish (audio).

About

AceData Cloud plugins for Coze / 扣子 — importable OpenAPI schemas

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors