Webhook Example Fake
POSThttps://cloud.agenta.ai/api/evaluations/webhook_example_fake
Returns a fake score response for example webhook evaluation
Returns: description
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
score Score (number)required
{
"score": 0
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X POST 'https://cloud.agenta.ai/api/evaluations/webhook_example_fake' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear