Eval
POST /v1/eval/seed
Bulk-write docs into an eval workspace brain and synchronously embed them.
POST /v1/eval/seedBulk-write docs into an eval workspace brain and synchronously embed them.
Required scope: brain:admin
Example
curl -X POST 'https://brain.unisonlabs.ai/v1/eval/seed' \
-H "Authorization: Bearer $UNISON_TOKEN"Returns the JSON described above on success, or an error envelope { "error": { "code", "message" } } on failure.