cURL
curl --request POST \ --url https://api.dev.eka.care/eka-mcp/protocols/v1/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "queries": [ { "query": "<string>", "tag": "<string>", "publisher": "<string>" } ] } '
[ { "url": "<string>", "source_url": "<string>", "type": "image", "author": "<string>", "publication_year": 123, "conditions": [ "<string>" ] } ]
This endpoint returns pages from the protocols based on the query, publishers and tag.
Enter JWT token
List of non overlapping distinct queries to search for protocols
Show child attributes
Concise and exact sentence to search. Do not use when, where, how, etc.
The tag/condition basis which the protocols database should be filtered
The name of the publisher. Cannot be assumed unless specified in the query by the user or selected from output of get_protocol_publishers
OK
image
pdf
Was this page helpful?