Skip to main content
Repost a post on X using your connected account.

Overview

The Repost endpoint allows you to repost a specific post to your timeline.

Authentication

Requires a valid API key with a connected X account.
curl -X POST https://api.trigify.io/v1/x/repost \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "tweet_id": "1234567890123456789"
  }'

Input

FieldTypeDescription
tweet_idstringRequired. A numeric post ID or full post URL to repost

Credit Usage

This endpoint charges 1 credit per repost.

Notes

  • If the post is already reposted, the response will include already_done: true