API v2 media uploads - Deadline passed Hack in comments
Announcing media upload endpoints in the X API v2
You can upload images or videos using the POST https://api.x.com/2/media/upload endpoint and attach the media to a Post on X using POST https://api.x.com/2/posts
Developers that have been using our older media upload endpoints i.e. https://upload.twitter.com/1.1/media/upload.json should now start migrating to the new v2 endpoint.
Check out our complete guide on uploading and publishing media to X using the X API v2.
See our developer docs for more information. You can also get started using our Postman collection or sample code from our Github repository.
X Developer Platform team
More enhancements to Media Upload X API v2
We are thrilled to announce the launch of three new endpoints in the X API v2, enabling developers to add metadata and subtitles to uploaded media:
- POST /2/media/metadata/create: Add additional metadata to media uploads.
- POST /2/media/subtitles/create: Associate subtitles with your video uploads.
- POST /2/media/subtitles/delete: Remove subtitles from a video.
Developers using the older v1 media metadata and subtitle management endpoints should begin migrating to these new v2 endpoints.
To learn more about how to use these new endpoints and fields, check out our updated developer documentation.
X Developer Platform Team
Source: tweepy/tweepy