Parameter | Type | Value | Description |
---|---|---|---|
signature | String | message body signature: signature =sha1(sort(clientId、timestamp、nonce, dataEncrypt)) | |
dataEncrypt | String | message body encryption, need decryption processing is required to obtain the real response data | |
timestamp | Number | ||
nonce | String |
Parameter | Type | Value | Description |
---|---|---|---|
_id | String | _id: returned by each interface | |
status | Number | 2 or 3 or 4 | status: the status of image or video or faceswap or background change or avatar or audio: 【1:queueing, 2:processing,3:completed, 4:failed】 |
type | String | faceswap or image or audio or talking photo or video translate or background change or avatar or lipsync | Distinguish the type of each interface |
url | String | when staus = 3, the url is the final result about audio, image, and video. |
Parameter | Description |
---|---|
clientId | clientId of user key pair |
timestamp | timestamp in body |
nonce | nonce in body |
dataEncrypt | The previous article describes the ciphertext message body |