LynCutLynCut

Providers

Threads | LynCut API

Post video threads through Meta's Threads API — requires a connected Instagram account.

Threads integration

Threads publishing through the Meta Threads API: video posts with 500-character text on a linked Threads profile.

Key capabilities

  • Video posts — MP4 uploads attached to a thread.
  • 500-character text — post copy with the video.
  • Instagram link — posting uses the Threads account tied to the Instagram login.

Use cases

  • Cross-post Reels cuts to Threads automatically.
  • Publish announcement clips alongside the Instagram rollout.

Publish to Threads

curl -X POST "https://api.lyncut.com/v1/publishing/jobs" \
  -H "x-lyncut-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"connectionId":"con_threads","mediaKey":"upl_77kd","title":"My video"}'

Parameters

FieldTypeDescription
title *stringThread text — max 500 characters.

Frequently Asked Questions

Why does connect ask for Instagram?+

Threads accounts authenticate through their linked Instagram login — that's Meta's flow, not a LynCut requirement.

Video duration?+

Up to 5 minutes per post.

Best practices

  • Keep text under 500 characters — Threads truncates harder than X.
  • Vertical 9:16 renders reuse perfectly from Instagram Reels pipelines.

Was this page helpful?