bs64格式示例: data:[][;base64],
{
"sandbox_id": "sandbox_id",
"file_list": [
{
"file": "https://file.302.ai/gpt/imgs/20250325/8ac1cf6f7105428db5aaa840fff231af.webp",
"save_path": "/home/user/test.webp"
}
]
}
curl --location --request POST 'https://api.302.ai/302/sandbox/file/write' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"sandbox_id": "sandbox_id",
"file_list": [
{
"file": "https://file.302.ai/gpt/imgs/20250325/8ac1cf6f7105428db5aaa840fff231af.webp",
"save_path": "/home/user/test.webp"
}
]
}'
{
"result": "string"
}