cURL
curl --request POST \ --url https://api.extruct.ai/v1/tables/{table_id}/run \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "mode": "new" }'
{ "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "status": "created", "rows": [ "<string>" ], "columns": [ "<string>" ], "num_requested_cells": 123, "mode": "new" }
Initiate a table run, optionally for a selected range of rows and/or columns.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object