Batch Compliance
Create compliance job
Creates a compliance for the given job type
POST
/
2
/
compliance
/
jobs
Authorizations
Authorization
string
headerrequiredBearer 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>
requiredType of compliance job to list.
Available options:
tweets
, users
name
string
User-provided name for a compliance job.
Maximum length:
64
resumable
boolean
If true, this endpoint will return a pre-signed URL with resumable uploads enabled.
Response
200 - application/json
data
object
errors
object[]