cURL
curl --request POST \ --url https://api.x.com/2/compliance/jobs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "type": "tweets", "name": "my-job", "resumable": true } '
{ "errors": [ { "title": "<string>", "type": "<string>", "detail": "<string>", "status": 123 } ] }
지정된 작업 type에 해당하는 새 컴플라이언스 작업을 생성합니다.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
새 배치 컴플라이언스 작업을 생성하는 요청입니다.
나열할 컴플라이언스 작업의 유형입니다.
tweets
users
규정 준수 작업에 대해 사용자가 지정한 이름입니다.
64
"my-job"
true인 경우, 이 엔드포인트는 재개 가능한 업로드가 활성화된 서명된 URL을 반환합니다.
요청이 성공했습니다.
Show child attributes
1
IETF RFC 7807(https://tools.ietf.org/html/rfc7807)에 정의된 HTTP Problem Details 객체