cURL
curl --request POST \ --url https://api.x.com/2/media/upload/{id}/append \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "segment_index": 499 }'
{ "data": { "expires_at": 123 }, "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ] }
Appends data to a Media upload request.
0 <= x <= 999
Show child attributes
1