POSThttps://api.humanloop.com/v5/datasets
Query Parameters
Body Parameters
        • key
          value
        • key
          value
        • key
          value
        • key
          value
View in API Reference
Request
$curl -X POST https://api.humanloop.com/v5/datasets \
> -H "X-API-KEY: " \
> -H "Content-Type: application/json" \
> -d '{
> "datapoints": [
> {
> "inputs": {
> "question": "What is the capital of France?"
> },
> "target": {
> "answer": "Paris"
> }
> },
> {
> "inputs": {
> "question": "Who wrote Hamlet?"
> },
> "target": {
> "answer": "William Shakespeare"
> }
> }
> ],
> "path": "test-questions",
> "action": "set",
> "commit_message": "Add two new questions and answers"
>}'
Response