Skip to main content
GET
/
v1
/
phota
/
profiles
/
{profile_id}
/
profile_picture
Get Profile Picture
curl --request GET \
  --url https://api.photalabs.com/v1/phota/profiles/{profile_id}/profile_picture \
  --header 'X-API-Key: <api-key>'
{
  "detail": "<string>",
  "code": "PROFILE_NOT_FOUND",
  "request_id": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

profile_id
string
required

Response

Profile picture as JPEG image.