Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api-sandbox.featherhq.com/v1/knowledge-base/evals/suites/{suite_id}/runs \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "kb_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "prefer_draft": false, "version_overrides": {}, "generator_model_override": "<string>", "judge_model_override": "<string>" } '
{ "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>" }
1
Show child attributes
Successful Response
Was this page helpful?