POST api/v1/addFaceImage
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserID": 1,
"FaceImagesBase64": [
"sample string 1",
"sample string 2"
]
}
text/xml
Sample:
<RegisterUserRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/creative_api">
<FaceImagesBase64 xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</FaceImagesBase64>
<UserID>1</UserID>
</RegisterUserRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, text/xml
Sample:
Sample not available.