{
"shots": [
{
"shotId": "string",
"originMaterial": {
"id": "string",
"url": "string",
"startDuration": 0,
"delayDuration": 0,
"width": 0,
"height": 0,
"entryPointMs": 0,
"materialId": "string",
"removed": true
},
"newMaterial": {
"materialId": "string",
"source": "string",
"type": "string",
"duration": 0,
"entryPointMs": 0
}
}
]
}curl --location --request POST 'https://aiagent-openapi.sjzn.com/v2/user/creation//engineering/generate' \
--header 'sja-application-code: SzpXTAfS5er2LbAf' \
--header 'sja-token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjY3ZWNmNGI5Yzk2YzYzYTM0MTcyY2FhIiwibmFtZSI6IueUqOaIty0xMDAwODkiLCJsb2dpbkNvdW50IjoxN30sImlhdCI6MTczNDY3MzgyOSwiZXhwIjoxNzM0NzYwMjI5fQ.pOeYg-GcAPYdbmkS1kz9YuTCKGPC4Y-VYdajBpkbN98' \
--header 'sja-version: 1.4.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"shots": [
{
"shotId": "string",
"originMaterial": {
"id": "string",
"url": "string",
"startDuration": 0,
"delayDuration": 0,
"width": 0,
"height": 0,
"entryPointMs": 0,
"materialId": "string",
"removed": true
},
"newMaterial": {
"materialId": "string",
"source": "string",
"type": "string",
"duration": 0,
"entryPointMs": 0
}
}
]
}'{
"code": "string",
"data": {
"userCreationId": "string"
}
}