Skip to main content
POST
/
noCo
/
api
/
v2
/
workspaces
/
{workspace_id}
/
extraction
/
{extraction_id}
/
{element_type}
/
{element_id}
/
run
Trigger Extraction
curl --request POST \
  --url https://be.datagol.ai/noCo/api/v2/workspaces/{workspace_id}/extraction/{extraction_id}/{element_type}/{element_id}/run \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "rows": [
    {
      "id": 0,
      "cellValues": {
        "workspace_id": "35bb2bfb-5b7b-451c-9be4-6de7b5ed307e",
        "noco_e0e0ea6e": 0,
        "web_url": "https://app.datagol.ai/",
        "meeting_id": 24124,
        "call_recording_id": 21512512,
        "id": "{\"meeting_id\":\"325325\",\"workspace_id\":\"214215\",\"call_recording_id\":\"21515124\"}",
        "raw_transcript": "Iris: Hello. Alex: Hi. Iris: We’re exploring software you can summon"
      },
      "cellValuesByColumnId": {}
    }
  ],
  "whereClause": "1 = 1",
  "selectAll": false
}
'

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Path Parameters

workspace_id
string
required
extraction_id
string
required
element_type
string
required
element_id
string
required

Query Parameters

extractOnlyNew
boolean

Body

application/json
rows
object[]
whereClause
string
selectAll
boolean

Response

200

Trigger Extraction