Sonilo API reference fallback

Video to Sound Effects API

Create realistic, frame-accurate SFX and audio effects for video with POST /v1/video-to-sfx. Use this video-to-sound-effects API for effects aligned to visual moments.

Sound Effects POST /v1/video-to-sfx Base URL: https://api.sonilo.com/v1

This same-origin fallback exists so coding agents and AI crawlers can read Sonilo API docs at /docs/api/video-to-sfx without depending on client-side documentation rendering.

Use when

Request

Response

Implementation notes for agents

cURL example

curl https://api.sonilo.com/v1/video-to-sfx \
  -H "Authorization: Bearer $SONILO_API_KEY" \
  -F "video_url=https://example.com/clip.mp4" \
  -F "prompt=realistic Foley, ambience, and action sound effects synced to visible events"

Related Sonilo references