curl --request POST \
--url https://backend.overtenai.com/api/v1/excel/generate \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>",
"mode": "action",
"run_id": "<string>",
"init_file": "<string>",
"context_files": [
"<unknown>"
],
"data_sources": [
{}
],
"image_assets": [
{}
],
"brand": {},
"async": false,
"webhook_url": "<string>",
"idempotency_key": "<string>",
"file_name": "<string>",
"timeout_ms": 905000
}
'