Envie
ReferenceApi

Start an import

POST
/v1/imports

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/imports" \  -H "Content-Type: application/json" \  -d '{    "source": "swym",    "fileUrl": "http://example.com"  }'
{  "jobId": "string"}