cURL
curl --request POST \ --url https://console.lomaplatform.com/api/vendor/v1/orders/{orderId}/results/{resultId}/url \ --header 'API-Key: <api-key>'
{ "url": "https://example.com/abc123" }
Retrieves a signed URL for a result file.
The URL will expire after 1 hour.
API Key for the vendor
200 OK
The response is of type object.
object