Skip to main content
POST
/
api
/
dataframer
/
runs
/
{run_id}
/
human-labels
JavaScript
import Dataframer from 'dataframer';

const client = new Dataframer({
  apiKey: 'My API Key',
});

const humanLabel = await client.dataframer.runs.humanLabels.create('run_id');

console.log(humanLabel);
{}

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Path Parameters

run_id
string
required

Response

201 - application/json

The response is of type object.