- Datapoints
- Projects
- ProjectsActive Config
- ProjectsDeployed Config
- Datasets
- Evaluations
- Evaluators
- Feedback
- Logs
- Model Configs
- Sessions
POST
$ curl -X POST https://api.humanloop.com/v4/evaluators \ > -H "X-API-KEY: " \ > -H "Content-Type: application/json" \ > -d '{ > "name": "name", > "description": "description", > "arguments_type": "target_free", > "return_type": "boolean", > "type": "python" > }'