🚀 New App Builder Engine is Beta! See our changelog for details.
cURL
curl --request GET \ --url 'https://app.teable.ai/api/import/analyze?attachmentUrl=SOME_STRING_VALUE&fileType=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "worksheets": {} }
Get a column info from analyze sheet
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
csv
excel
Returns columnHeader analyze from file
Show child attributes
Was this page helpful?