Delete an uploaded Tumblr media file
Requires scope: `publish:write`. Returns `403` if the file is not owned by the caller.
Authorization
ApiKey A personal API key created in the dashboard (Starter, Pro, and Team plans).
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/tumblr/media_uploads" \ -H "Content-Type: application/json" \ -d '{ "r2_key": "string" }'Upload Tumblr media POST
Requires scope: `publish:write`. Uploads base64 media and returns an `r2_key`. A connected Tumblr account is required.
Fetch TikTok creator info for a connected account GET
Requires scope: `accounts:read`. Returns the creator's display details and posting capabilities from TikTok, used to populate the composer before a Direct Post. TikTok's Content Sharing Guidelines require the upload UI to name the creator being posted to and to disable any interaction the creator has turned off, so `comment_disabled`, `duet_disabled`, and `stitch_disabled` are creator-level settings that override any per-post choice.