Get a signed URL for file download/preview.
Returns a signed download/preview URL and size for a file in the user's storage vault.
GET
/api/files/{id}/signed-urlPath parameters
idnumberrequiredPath parameter: id
Request
curl
curl -X GET https://platform.trickest.com/api/files/{id}/signed-url \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Signed URL and size ({ url, size }); bespoke body, no entity schema
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring