Each entry below documents a dated API version. Use theDocumentation Index
Fetch the complete documentation index at: https://docs.rawugc.com/llms.txt
Use this file to discover all available pages before exploring further.
RawUGC-Version header or pin your API key to select a specific version. See Versioning for details.
2026-03-06
Semantic resource IDs, unified media model, and REST route cleanup.
What’s new
- Semantic resource IDs — all resources now use prefixed IDs:
vid_xxxfor videos,img_xxxfor images,mus_xxxfor music. These replace the oldtaskIdandidfields. - Consistent response fields — generation endpoints return
videoId,imageId, ormusicId. Status endpoints returnurl(wasresultUrl). versionsarray onGET /videos/{videoId}— edit history showing all versions for a video (original + captions/overlays). Each entry includesvideoId,version,url,operation, andcreatedAt.POST /videos/generateis the canonical video generation endpoint./videos/{videoId}/captionsand/videos/{videoId}/overlay— editing endpoints return anEditResponsewithvideoId,url,version,operation,creditsUsed.RawUGC-Versionresponse header on all API responses.
Breaking changes from 2025-11-10
| Before | After |
|---|---|
taskId in responses | videoId / imageId / musicId |
id + taskId on videos | videoId only |
resultUrl | url |
imageUrl (music album art) | albumArtUrl |
GET /tasks/{id} | Removed — use typed endpoints |
GET /images/{taskId} | GET /images/{imageId} |
GET /music/{taskId} | GET /music/{musicId} |
How to migrate
2025-11-10
Initial public API version.
What’s included
- Video generation — Sora 2 (text-to-video, image-to-video), Kling 2.6 Motion Control, Veo 3 / Veo 3 Fast
- Image generation — Nano Banana models (text-to-image, image editing)
- Music generation — Suno models (V3.5 through V5)
- Social media scheduling — TikTok, Instagram, YouTube post scheduling
- Content management — Personas, products, styles, messaging templates
- Viral library — Search and analyze TikTok videos with AI-powered insights
- Research tools — TikTok scraping, video analysis, content plans

