Skip to main content
POST
/
noCo
/
api
/
v2
/
workspaces
/
{workspaceId}
/
extraction
/
test
Test API for Standard extraction
curl --request POST \
  --url https://be.datagol.ai/noCo/api/v2/workspaces/{workspaceId}/extraction/test \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "[00:00:02] Sarah: Hello. [00:00:04] Mark: Hi.",
  "columnConfiguration": [
    {
      "name": "speaker",
      "description": "Extract speaker name"
    },
    {
      "name": "text",
      "description": "Extract spoken text"
    }
  ]
}
'

Authorizations

Authorization
string
header
required

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

Path Parameters

workspaceId
string
required

Body

application/json
content
string
required

Inline content to test extraction

columnConfiguration
object[]
required

Column definitions for extraction

Response

200

Test API for Standard extraction