Coveo · JSON Structure
Coveo Search Passagev3 Structure
Type:
Properties: 0
Artificial IntelligenceAnalyticsCatalogCommerceCustomersExperienceMachine-LearningPersonalizationRecommendationsSearch
PassageV3 is a JSON Structure definition published by Coveo.
Meta-schema:
JSON Structure
{
"name": "PassageV3",
"structure": {
"type": "object",
"required": [
"text",
"relevanceScore",
"document"
],
"properties": {
"text": {
"type": "string",
"description": "The text associated to this passage."
},
"relevanceScore": {
"type": "number",
"format": "float",
"description": "A score that indicates the relevance of a passage.\n\nThe score computation is based on cosine similarity between the passage and the query.\nThe computation logic and value range may change in the future.\n\nExample values:\n- A value of -1 (minimum) indicates that the passage is the semantic opposite of the query.\n- A value of 0 indicates that the passage is not semantically similar to the query.\n- A value of 1 (maximum) indicates that the passage is semantically similar to the query.\n"
},
"document": {
"type": "object",
"required": [
"title",
"primaryid"
],
"properties": {
"title": {
"type": "string"
},
"primaryid": {
"type": "string",
"description": "The primary identifier of the document.\n"
}
}
}
}
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/coveo-search-passagev3-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.