Skip to main content
POST
/
services
/
{service_id}
/
cds
/
hooks
/
{hook}
Invoke CDS hook
curl --request POST \
  --url https://api.verial.ai/services/{service_id}/cds/hooks/{hook} \
  --header 'Authorization: Bearer <token>'
{}
Invoke a registered CDS Hook (e.g., patient-view, order-select) with a simulated context. Returns the cards produced by downstream CDS services.

Authorizations

Authorization
string
header
required

API key passed as a Bearer token.

Path Parameters

service_id
string
required

Service ID

hook
string
required

Hook name

Response

Successful response

The response is of type object.