cURL
curl --request GET \ --url https://api.apexxcloud.com/api/v1/files/signed-url \ --header 'X-Access-Key: <api-key>' \ --header 'X-Signature: <api-key>' \ --header 'X-Timestamp: <api-key>'
{ "data": { "url": "https://cdn.apexxcloud.com/f/abc123/example.jpg?signature=xyz789", "expires_in": 3600, "is_public": false } }
Your API Access Key
HMAC SHA-256 signature of the request
ISO 8601 timestamp of the request
Signed URL generated successfully
The response is of type object.
object