简体中文
Get a column info from analyze sheet
cURL
curl --request GET \ --url 'https://app.teable.cn/api/import/analyze?attachmentUrl=SOME_STRING_VALUE&fileType=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "worksheets": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
csv
excel
Returns columnHeader analyze from file
The response is of type object.
object