Skip to main content
POST
/
api
/
v1
/
context-graph
/
graph
/
search
Semantic Search
curl --request POST \
  --url https://control-plane.kubiya.ai/api/v1/context-graph/graph/search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your Kubiya API token (format: Bearer )

Body

application/json

The body is of type Body · object.

Response

Successful Response