Skip to main content
GET
/
v1
/
phota
/
profiles
/
{profile_id}
/
status
Get Profile Status
curl --request GET \
  --url https://api.photalabs.com/v1/phota/profiles/{profile_id}/status \
  --header 'X-API-Key: <api-key>'
{
  "profile_id": "<string>",
  "status": "VALIDATING",
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

profile_id
string
required

Response

Successful Response

Response containing the current status of a profile.

profile_id
string
required

The queried profile identifier.

status
enum<string>
required

Current status of the profile.

Available options:
VALIDATING,
QUEUING,
IN_PROGRESS,
READY,
ERROR,
INACTIVE
message
string
required

Optional message in case of an error.