Skip to main content
POST
Attach the final TikTok post URL
Use this endpoint only when a TikTok publishing job asks the creator to finish the upload in TikTok. Send the job ID from POST /api/v1/post and the final public TikTok video or photo URL. Mallary saves the TikTok post ID and URL, marks the job complete, and queues an analytics refresh. Accepted URLs include:
  • https://www.tiktok.com/@handle/video/1234567890
  • https://www.tiktok.com/@handle/photo/1234567890
The endpoint returns an error if the job is not a TikTok job or does not need a final URL.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer {api_key}

Path Parameters

id
string
required

TikTok job ID returned by POST /api/v1/post.

Body

application/json
post_url
string<uri>
required

Final public TikTok post URL.

Response

TikTok post URL saved

status
enum<string>
Available options:
ok
data
object
Last modified on August 9, 2026