Skip to main content
POST
/
excel
/
analyze
Excel Analyze
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": {}
    }
  ]
}

Body

application/json
file_id
string
required

file_id of a previously uploaded xlsx/csv.

prompt
string
required
Required string length: 1 - 5000

Response

Successful Response