Quick Start
curl -H "X-API-Key: YOUR_KEY" \
https://evals.priorcomputers.ai/v1/
curl -X POST \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"config": {}}' \
https://evals.priorcomputers.ai/v1/cfpark00/multiplication/instances
curl -X POST \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"content": "2214"}' \
https://evals.priorcomputers.ai/v1/cfpark00/multiplication/instances/{id}/messages