Unique content text search
200 response
Invalid request body
The request is forbidden (Please input a valid API key)
{- "aid": "b6ee555d61df4c0ae30099d3ba4acf5c-sample-01"
}
{ }
Compound text search
200 response
Invalid request body
The request is forbidden (Please input a valid API key)
{- "aid": "b6ee555d61df4c0ae30099d3ba4acf5c-sample-01",
- "query": "(hell* AND sit)"
}
{- "status": {
- "success": true,
- "code": 200
}, - "result": {
- "hits": [
- {
- "relevance": 1,
- "text": "string",
- "id": "string"
}
]
}
}
Keyword text search
200 response
Invalid request body
The request is forbidden (Please input a valid API key)
{- "aid": "b6ee555d61df4c0ae30099d3ba4acf5c-67690aa2",
- "query": "hello"
}
{- "status": {
- "success": true,
- "code": 200
}, - "result": {
- "hits": [
- {
- "relevance": 1,
- "text": "string",
- "id": "string"
}
]
}
}
Content similarity range search
A request model for text search.
200 response
Invalid request body
The request is forbidden (Please input a valid API key)
{- "aid": "b6ee555d61df4c0ae30099d3ba4acf5c-sample-01",
- "cid": "dff02fd2",
- "min": 0.8,
- "max": 1
}
{- "status": {
- "success": true,
- "code": 200
}, - "result": {
- "hits": [
- {
- "id": "string",
- "hash": "string",
- "score": 1
}
]
}
}