POST
/
eka-mcp
/
protocols
/
v1
/
search
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>"
    ]
  }
]

Authorizations

Authorization
string
header
required

Enter JWT token

Body

application/json
queries
object[]
required

List of non overlapping distinct queries to search for protocols

Response

200
application/json
OK
url
string | null
source_url
string | null
type
enum<string> | null
Available options:
image,
pdf
author
string | null
publication_year
integer | null
conditions
string[] | null