PrompticPromptic

Get a presigned download URL

Returns a short-lived signed GET URL for a storage object in the caller's workspace. Requests for objects outside the caller's workspace return 404 with no existence leak.

GET
/storage-objects/{id}/url

Returns a short-lived signed GET URL for a storage object in the caller's workspace. Requests for objects outside the caller's workspace return 404 with no existence leak.

Authorization

BearerApiKey
AuthorizationBearer <token>

API key from workspace settings

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://loading/api/v1/storage-objects/497f6eca-6276-4993-bfeb-53cbbbba6f08/url"
{
  "storageObjectId": "7f5af0cf-fc95-42d7-a16f-f40e471a1b60",
  "downloadUrl": "string",
  "expiresAt": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}