{
"fileConfig": {
"scene": "string",
"type": "string",
"extName": "string"
}
}
curl --location --request POST 'https://aiagent-openapi.sjzn.com/v1/file/sts' \
--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 '{
"fileConfig": {
"scene": "string",
"type": "string",
"extName": "string"
}
}'
{
"code": "string",
"data": {
"bucket": "string",
"region": "string",
"key": "string",
"expiredTime": 0,
"expiration": "string",
"credentials": {
"sessionToken": "string",
"tmpSecretId": "string",
"tmpSecretKey": "string"
},
"requestId": "string",
"startTime": 0
}
}