Envie
ReferenceApi

Get an import upload URL

POST
/v1/imports/upload

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/upload" \  -H "Content-Type: application/json" \  -d '{    "filename": "string"  }'
{  "uploadUrl": "http://example.com",  "fileUrl": "http://example.com"}