{
"sourceBase64": "data:image/png;base64,xxx1",
"targetBase64": "data:image/png;base64,xxx2",
"accountFilter": {
"instanceId": "string"
},
"notifyHook": "string",
"state": "string"
}
curl --location -g --request GET '{{BASE_URL}}/flux/fetch/' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"sourceBase64": "data:image/png;base64,xxx1",
"targetBase64": "data:image/png;base64,xxx2",
"accountFilter": {
"instanceId": "string"
},
"notifyHook": "string",
"state": "string"
}'
{
"code": "success",
"message": "",
"data": {
"task_id": "de631a97-2345-4a6f-b9c5-5ae4600e2524",
"action": "flux-task",
"status": "SUCCESS",
"fail_reason": "",
"submit_time": 1730698635,
"start_time": 0,
"finish_time": 1730698664,
"progress": "100%",
"data": {
"id": "de631a97-2345-4a6f-b9c5-5ae4600e2524",
"result": "https://filesystem.site/cdn/20241104/BcovlPhzR61gK2EfiHyyPKEauErRNE.jpg",
"status": "Ready"
}
},
"id": ""
}