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.rubric.ai/v1/samples/batch \ --header 'Content-Type: application/json' \ --data ' { "dataset": "<string>", "samples": [ {} ] } '
Upload multiple samples at once.
client.samples.batch_create( dataset="ds_xyz789", samples=[ {"input": {...}, "expected": {...}}, {"input": {...}, "expected": {...}}, # up to 1000 samples ] )