Skip to main content
GET
cURL

Headers

x-api-key
string
required

Your API key. This is required by most endpoints to access the API programmatically. You can view your x-api-key using the 'Profile' tab on the website.

Authorization
string
required

Bearer token for authentication (JWT).

Path Parameters

run_id
string<uuid>
required

The UUID of the run whose result you want to retrieve.

Response

Successful response. Returns JSON with a signed S3 URL, e.g. { "result": "https://..." }

result
string

Signed URL or other location of run's output