Skip to content

sync: update suno docs from AceDataCloud/Docs@f44bd0e#173

Closed
Copilot wants to merge 3 commits intomainfrom
copilot/sync-api-docs-from-platformbackend-another-one
Closed

sync: update suno docs from AceDataCloud/Docs@f44bd0e#173
Copilot wants to merge 3 commits intomainfrom
copilot/sync-api-docs-from-platformbackend-another-one

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 6, 2026

Upstream AceDataCloud/Docs has new suno content (commits baf9de2f44bd0e). Syncs all 13 guide files and the README to match.

suno/docs/ — all 13 guides refreshed

  • suno_audios — model table adds chirp-v5-5; new request params (vocal_gender, lyric_prompt); updated response examples
  • suno_voices — new voice-cloning guide (create persona from audio URL, reference in audios API)
  • suno_wav — adds CDN persistence note (WAV links expire after 30 days)
  • suno_tasks / suno_midi / suno_vox — refreshed examples, error codes, descriptions
  • All remaining guides synced to upstream

suno/README.md

  • Add missing /suno/voices row to the endpoints table
  • Fix unresolved i18n key $t(document_title_suno_timing_generation_api)Suno Timing Generation API
  • Update model version Chirp v5Chirp v5.5

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/AceDataCloud/Docs/contents/guides/suno/suno_audios.mdx
    • Triggering command: /usr/bin/gh gh api /repos/AceDataCloud/Docs/contents/guides/suno/suno_audios.mdx?ref=f44bd0ed24637eb1841db2bdc6165a9370796da8 (http block)
  • https://api.github.com/repos/AceDataCloud/Docs/contents/guides/suno/suno_lyrics.mdx
    • Triggering command: /usr/bin/gh gh api /repos/AceDataCloud/Docs/contents/guides/suno/suno_lyrics.mdx?ref=f44bd0ed24637eb1841db2bdc6165a9370796da8 (http block)
  • https://api.github.com/repos/AceDataCloud/Docs/contents/guides/suno/suno_mashup_lyrics.mdx
    • Triggering command: /usr/bin/gh gh api /repos/AceDataCloud/Docs/contents/guides/suno/suno_mashup_lyrics.mdx?ref=f44bd0ed24637eb1841db2bdc6165a9370796da8 (http block)
  • https://api.github.com/repos/AceDataCloud/Docs/contents/guides/suno/suno_midi.mdx
    • Triggering command: /usr/bin/gh gh api /repos/AceDataCloud/Docs/contents/guides/suno/suno_midi.mdx?ref=f44bd0ed24637eb1841db2bdc6165a9370796da8 (http block)
  • https://api.github.com/repos/AceDataCloud/Docs/contents/guides/suno/suno_mp4.mdx
    • Triggering command: /usr/bin/gh gh api /repos/AceDataCloud/Docs/contents/guides/suno/suno_mp4.mdx?ref=f44bd0ed24637eb1841db2bdc6165a9370796da8 (http block)
  • https://api.github.com/repos/AceDataCloud/Docs/contents/guides/suno/suno_persona.mdx
    • Triggering command: /usr/bin/gh gh api /repos/AceDataCloud/Docs/contents/guides/suno/suno_persona.mdx?ref=f44bd0ed24637eb1841db2bdc6165a9370796da8 (http block)
  • https://api.github.com/repos/AceDataCloud/Docs/contents/guides/suno/suno_style.mdx
    • Triggering command: /usr/bin/gh gh api /repos/AceDataCloud/Docs/contents/guides/suno/suno_style.mdx?ref=f44bd0ed24637eb1841db2bdc6165a9370796da8 (http block)
  • https://api.github.com/repos/AceDataCloud/Docs/contents/guides/suno/suno_tasks.mdx
    • Triggering command: /usr/bin/gh gh api /repos/AceDataCloud/Docs/contents/guides/suno/suno_tasks.mdx?ref=f44bd0ed24637eb1841db2bdc6165a9370796da8 (http block)
  • https://api.github.com/repos/AceDataCloud/Docs/contents/guides/suno/suno_timing.mdx
    • Triggering command: /usr/bin/gh gh api /repos/AceDataCloud/Docs/contents/guides/suno/suno_timing.mdx?ref=f44bd0ed24637eb1841db2bdc6165a9370796da8 (http block)
  • https://api.github.com/repos/AceDataCloud/Docs/contents/guides/suno/suno_upload.mdx
    • Triggering command: /usr/bin/gh gh api /repos/AceDataCloud/Docs/contents/guides/suno/suno_upload.mdx?ref=f44bd0ed24637eb1841db2bdc6165a9370796da8 (http block)
  • https://api.github.com/repos/AceDataCloud/Docs/contents/guides/suno/suno_voices.mdx
    • Triggering command: /usr/bin/gh gh api /repos/AceDataCloud/Docs/contents/guides/suno/suno_voices.mdx?ref=f44bd0ed24637eb1841db2bdc6165a9370796da8 (http block)
  • https://api.github.com/repos/AceDataCloud/Docs/contents/guides/suno/suno_vox.mdx
    • Triggering command: /usr/bin/gh gh api /repos/AceDataCloud/Docs/contents/guides/suno/suno_vox.mdx?ref=f44bd0ed24637eb1841db2bdc6165a9370796da8 (http block)
  • https://api.github.com/repos/AceDataCloud/Docs/contents/guides/suno/suno_wav.mdx
    • Triggering command: /usr/bin/gh gh api /repos/AceDataCloud/Docs/contents/guides/suno/suno_wav.mdx?ref=f44bd0ed24637eb1841db2bdc6165a9370796da8 (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI and others added 2 commits May 6, 2026 18:23
- Replace all 13 suno/docs/*.md files with upstream Chinese MDX content
  (upstream source of truth at guides/suno/*.mdx)
- suno_audios: updated model table to include chirp-v5-5 (v5.5), new
  parameters (vocal_gender, lyric_prompt, etc.), updated response examples
- suno_voices: new guide for voice cloning API (previously stub)
- suno_wav: added note about WAV link persistence and 30-day expiry
- suno_timing/midi/vox/tasks: refreshed examples and descriptions
- suno/README.md:
  - Add missing /suno/voices endpoint row to endpoints table
  - Fix untranslated i18n key $t(document_title_suno_timing_generation_api)
    → 'Suno Timing Generation API'
  - Update 'Chirp v5' → 'Chirp v5.5' (latest model)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Co-authored-by: Germey <8678661+Germey@users.noreply.github.com>
- Remove duplicate 'replace_section' in action list
- Fix typo 'Insterumental' → 'Instrumental'

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Co-authored-by: Germey <8678661+Germey@users.noreply.github.com>
Copilot AI changed the title [WIP] Sync API documentation with upstream Docs updates sync: update suno docs from AceDataCloud/Docs@f44bd0e May 6, 2026
Copilot finished work on behalf of Germey May 6, 2026 18:26
Copilot AI requested a review from Germey May 6, 2026 18:26
@Germey
Copy link
Copy Markdown
Member

Germey commented May 7, 2026

Superseded by new sync trigger; Copilot will open a fresh PR for the latest Docs state.

@Germey Germey closed this May 7, 2026
@Germey Germey deleted the copilot/sync-api-docs-from-platformbackend-another-one branch May 7, 2026 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sync: update from Docs (f44bd0e docs: sync from PlatformBackend (zh-CN base + translations) [automated])

2 participants