cURL
curl --request POST \ --url https://api.extruct.ai/v1/tables/{table_id}/rows \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "rows": [ { "data": {}, "metadata": {} } ], "run": false } '
[ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "parent_row_id": "<string>", "data": {}, "metadata": {}, "parent_data": {} } ]
Append new rows with input data to the table.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
column_key -> value
Additional metadata
Successful Response
Row creation time.
ID of the parent row, if any.
created
requested
in_progress
done
failed
Data from the parent row, if requested and available.