1.
Upload media via POST /media to receive an upload URL
2.
Upload the actual file to the provided URL
3.
Confirm the upload using the PATCH /media/:mediaId
4.
Reference the media in posts using the returned mediaLibId
5.
Use GET /media/:mediaId to check the status and wait for SUCCESS
6.
Once SUCCESS, The same media can be reused across unlimited posts
Modified at 2026-03-12 16:06:20