cURL
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>" }
Return the profile picture as raw JPEG image bytes.
Profile picture as JPEG image.