API connection
{ action: "bulk_insert_crash_content", table: "public.crash_content", rows: [...] } in batches.Your PHP should authenticate via
Authorization: Bearer <API_KEY>.
public.crash_content{ action: "bulk_insert_crash_content", table: "public.crash_content", rows: [...] } in batches.Authorization: Bearer <API_KEY>.
Map your file’s columns to the DB fields. Unmapped required fields are highlighted.