Upload CSV records
Upload and process a CSV file to create records in bulk. Either supply typeColumn to read the type from a column, or typeValue to assign the same constant type to every row (skipping the column lookup). typeValue takes precedence when both are provided.
Authentication
AuthorizationBearer
API key or Clerk session token
Request
This endpoint expects a multipart form.
file
nameColumn
typeColumn
typeValue
Response
CSV upload result
created
errorDetails
errors
message
records
success
warnings
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error