Queue a creator roster CSV import

POST/creator-imports

Maximum 2 MB and 500 data rows. Remote avatar_url values are not accepted. Successful rows automatically receive an agency media kit.

AuthorizationBearer <token>

Public API key from creator or agency settings. The complete secret is shown once.

In: header

Header Parameters

Idempotency-Key*string

Unique value up to 128 characters. Matching requests are replayed for 24 hours.

Length1 <= length <= 128

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X POST "https://example.com/creator-imports" \  -H "Idempotency-Key: string" \  -F file="string"
{  "meta": {},  "request_id": "string",  "data": {    "id": "string",    "status": "queued",    "source_filename": "string",    "progress": {      "total": 0,      "processed": 0,      "created": 0,      "socials_attached": 0,      "failed": 0    },    "rows": [      {        "row_number": 0,        "status": "string",        "creator_id": "string",        "media_kit_id": "string",        "social_ids": [          "string"        ],        "errors": [          "string"        ]      }    ],    "created_at": "2019-08-24T14:15:22Z",    "started_at": "2019-08-24T14:15:22Z",    "completed_at": "2019-08-24T14:15:22Z"  }}