Generate signed path
API Reference
Generate signed path
Return a signed URL for a storage object path.
GET
Generate signed path
Generate signed path
Returns a signed URL for the storage path you provide.Query parameters
Storage key to sign, such as
ai-talking-videos/{projectId}/outputs/{file}.mp4.Example request
Responses
Signed URL for downloading the file.
Returned when the
path query parameter is omitted.Status codes
200 OKwhen the path is provided401 Unauthorizedwhen the key is missing or invalid
Notes
- Generate the URL from the storage path returned by your job output.
- The current controller does not return an explicit expiration timestamp.