Skip to main content
GET
/
api
/
v1
/
executions
/
{executionId}
/
file
cURL
curl --request GET \
  --url https://app.getpaperjet.com/api/v1/executions/{executionId}/file \
  --header 'x-api-key: <api-key>'
{
  "url": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

executionId
string
required

Response

url
string
required