Skip to main content
POST
/
api
/
dataframer
/
red-team
JavaScript
import Dataframer from 'dataframer';

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

const response = await client.dataframer.redTeam.createTask();

console.log(response);
{}

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Response

201 - application/json

The response is of type object.