Thumbnail Studio

Generate Sakira-ready visuals for songs, campaigns, clips and social posts.

SAKIRA THUMBNAIL API

Visuals aligned with the music production console.

One endpoint creates YouTube thumbnails, blog covers and social images using the Sakira visual language.

Start with the title. Format, style and output can be adjusted before rendering.

Returned as JSON base64 or raw binary with ?raw=1.

Preview

Latest generated image from the API.

Generated thumbnail preview

          

API Reference

Use the same renderer from Songs, Clips or automations.

POST /v1/generate
{
  "title": "Nouvelle chanson Sakira",
  "format": "youtube",
  "category": "creative-design",
  "usePhoto": true,
  "photoImage": "data:image/jpeg;base64,...",
  "useLogo": true,
  "logoImage": "data:image/png;base64,...",
  "model": "sd",
  "style": "branded",
  "outputFormat": "webp"
}