Upload Client Profile
Testing
POST
/client/profile/picture
upload_client_profile
Last modified:2025-02-06 08:23:16
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-core.deriv.com/v1/client/profile/picture' \
--header 'Authorization: ' \
--form 'file=@"/Users/mohammedluqmaan/Downloads/champion_kyc_selfie_valid.jpeg"'
Response Response Example
200 - Example 1
{
"data": [
"string"
],
"meta": {
"endpoint": "string",
"method": "string",
"timing": 0
}
}
Request
Header Params
Authorization
stringÂ
required
Example:
{{CLIENT_AUTH_TOKEN}}
Body Params multipart/form-data
file
fileÂ
optional
Example:
file:///Users/mohammedluqmaan/Downloads/champion_kyc_selfie_valid.jpeg
Responses
Modified at 2025-02-06 08:23:16