Demo mode — data resets on refresh.
TKT-009
Feature request: bulk import via API
low 5d
By Iris Zhang→ Marcus Rivera#feature-request#api#import
Conversation
I
Iris ZhangFeb 20, 10:30 PM
We have 50,000+ records to migrate. Is there an API endpoint that supports bulk imports? The current UI only allows CSV uploads which time out at scale.
I
Iris ZhangFeb 20, 10:30 PM
Need bulk import API for 50k+ records. CSV upload times out.
M
Marcus RiveraAgentFeb 21, 6:30 PM
Great timing — we actually just released the batch import endpoint! POST /v2/records/batch accepts up to 1,000 records per request. Docs: https://docs.example.com/api/batch-import. This should solve your scale issue.