v1

latestOpenAPI 3.1.02026-07-263108.5 KB

Upload a file

Upload a file (image, video, audio, font, or CSV) to be used when creating videos. The returned URL can be used in POST /videos.

post/files

Response

File uploaded successfully. Returns the public URL of the stored file.

urlstring required

Public URL of the uploaded file. Use this URL in POST /videos fields that accept a URL.

Example response

{
  "url": "https://your-supabase-url.supabase.co/storage/v1/object/public/images/api-uploads/abc123.png"
}