Skip to main content
GET
/
import
/
analyze
cURL
curl --request GET \
  --url http://127.0.0.1:3000/api/import/analyze \
  --header 'Authorization: Bearer <token>'
{
  "worksheets": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

attachmentUrl
string
required
fileType
enum<string>
required
Available options:
csv,
excel

Response

200 - application/json

Returns columnHeader analyze from file

worksheets
object
required
Last modified on December 10, 2025