Skip to main content
POST
Create Compliance Job

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

A request to create a new batch compliance job.

type
enum<string>
required

Type of compliance job to list.

Available options:
tweets,
users
name
string

User-provided name for a compliance job.

Maximum string length: 64
Example:

"my-job"

resumable
boolean

If true, this endpoint will return a pre-signed URL with resumable uploads enabled.

Response

The request has succeeded.

data
object
errors
object[]
Minimum array length: 1

An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).