Evaluate
Evaluates a conversation using an evaluation prompt.
Authentication
AuthorizationBearer
Bearer authentication header of the form `Bearer <PHONIC_API_KEY>`. Manage your API keys [here](https://phonic.co/api-keys).
Path parameters
id
The ID of the conversation to evaluate.
Request
This endpoint expects an object.
prompt_id
ID of the evaluation prompt to use.
Response
Success response
id
The evaluation ID.
result
The evaluation result.
Allowed values:
prompt
The evaluation prompt information.
created_at
When the evaluation was created.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error