post https://{server}/api/v2.1/workspace//synchronous-import/import-excel-csv-to-base/
With this request, you can create a base by uploading a .xlsx or a .csv file.
Response
With this request, you can create a base by uploading a .xlsx or a .csv file.
xxxxxxxxxx
curl --request POST \
--url https://cloud.seatable.io/api/v2.1/workspace/workspace_id/synchronous-import/import-excel-csv-to-base/ \
--header 'accept: application/json' \
--header 'content-type: multipart/form-data'
Try It!
to start a request and see the response here! Or choose an example: