cURL
curl --request POST \ --url https://backend.overtenai.com/api/v1/excel/analyze \ --header 'Content-Type: application/json' \ --data ' { "file_id": "<string>", "prompt": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Run the Excel agent in read-only ask mode against an uploaded file.
ask
file_id of a previously uploaded xlsx/csv.
1 - 5000
Successful Response