Imports
Create an import job
Imports a geospatial file from a URL into a table in your data warehouse.
The job runs asynchronously — poll GET /v3/imports/{jobId} with the returned jobId.
By default CARTO guesses the schema of the file. To set it yourself, call POST /v3/imports/preview first, then pass autoguessing: false together with the schema you want.
Each account can run 5 import jobs concurrently.
post/v3/imports
Request body
Response
The import job was created.