REST APIV2Context
Search Context
Search across all indexed content in your organization. Returns matching items with titles, text excerpts, and URLs.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Query Parameters
query*string
Response Body
application/json
application/json
curl -X GET "https://api.poggio.io/v2/context/search?query=string"{
"items": [
{
"id": "string",
"title": "string",
"text": "string",
"url": "string",
"metadata": {}
}
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}