The Open API specification for Synapse is now available for download!

Download Open API Spec

POST /table/upload/csv/preview/async/start

The method can be used to test both the parameters for reading an upload CSV file and the required table schema. The caller can then adjust both parameters and schema before applying the CSV to that table.

Asynchronously start a csv upload preview. Use the returned job id and GET /table/upload/csv/preview/async/get/{asyncToken} to get the results.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/table/upload/csv/preview/async/start

Resource Information
Authentication Required
Required OAuth Scopes view , modify
HTTP Method POST
Request Object UploadToTablePreviewRequest
(application/json)
Response Object AsyncJobId
(application/json)