Get the Hive API upload URL
Returns the Hive upload URL to use with the streaming upload proxy. The bearer token is intentionally withheld; uploads must go through POST /api/files.
GET
/api/files/upload-urlRequest
curl
curl -X GET https://platform.trickest.com/api/files/upload-url \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Upload URL ({ url }); bespoke body, no entity schema
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring