GET
/
import
/
analyze
curl --request GET \
  --url 'https://app.teable.io/api/import/analyze?attachmentUrl=SOME_STRING_VALUE&fileType=SOME_STRING_VALUE' \
  --header 'Authorization: Bearer REPLACE_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