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

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
advancedSchema
object

User-defined schema for advanced extraction

Response

200

Test API for Advanced Extraction