Append new rows with input data to the table.
rows creates one row. Put row values inside data.
On company tables, input is usually the main entry field and should usually be the company’s official website domain or URL.
On people tables, include the row fields required by the downstream columns you plan to run.
Use run=false when you want to load or inspect rows first.
Use run=true when new rows should immediately start table execution.
table_id (required): target table identifier.rows (required): array of row objects; each row must include data.run (optional): defaults to false; set true to trigger run after insert.401 UnauthorizedAuthorization: Bearer ${EXTRUCT_API_TOKEN}.
404 Not Found422 Unprocessable Entityrows shape or missing data.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Row creation time.
ID of the parent row, if any.
ID of the linked company profile.
Additional metadata
Data from the parent row, if requested and available.