Get Job

Endpoint

GET https://europe-west1-gepettoai.cloudfunctions.net/v1/job/{id}

Path Parameters

NameTypeDescription

id*

String

JOB ID received in /redesign /furnish or /upscale when setting the webhook parameter.

Headers

NameTypeDescription

Authorization*

String

Bearer {{API_KEY}}

{
  "status": "success",
  "output": "<Image URL>",
  "mode": "furnish",
  "createdAt": "2023-09-29T13:17:21.774Z"
}

Code Examples


curl --location 'https://europe-west1-gepettoai.cloudfunctions.net/v1/job/{id}' \
--header 'Authorization: Bearer {{API_KEY}}' \
--header 'Content-Type: application/json'

Last updated