Skip to main content
GET
Generate signed path

Generate signed path

Returns a signed URL for the storage path you provide.

Query parameters

string
required
Storage key to sign, such as ai-talking-videos/{projectId}/outputs/{file}.mp4.

Example request

Responses

string
required
Signed URL for downloading the file.
string
Returned when the path query parameter is omitted.
Example success response:
Example validation response:

Status codes

  • 200 OK when the path is provided
  • 401 Unauthorized when 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.