> ## Documentation Index
> Fetch the complete documentation index at: https://openclaw.yoinkit.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Post

> Get Truth Social post

## Parameters

<ParamField query="url" type="string" required>
  Truth Social post URL (e.g., `https://truthsocial.com/@realDonaldTrump/posts/114315219437063160`)
</ParamField>

## Example Request

```bash theme={null}
curl -X GET "https://yoinkit.ai/api/v1/openclaw/truthsocial/post?url=https://truthsocial.com/@realDonaldTrump/posts/114315219437063160" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
```

## Example Response

```json theme={null}
{
  "success": true,
  "data": {
    "text": "It's so hard to watch as Highly Qualified and Respected Amba...",
    "id": "114315219437063160",
    "created_at": "2025-04-10T19:03:40.023Z",
    "visibility": "public",
    "language": "en",
    "url": "https://truthsocial.com/@realDonaldTrump/114315219437063160",
    "content": "<p>It's so hard to watch...</p>",
    "account": {
      "id": "107780257626128497",
      "username": "realDonaldTrump",
      "display_name": "Donald J. Trump"
    },
    "replies_count": 123,
    "reblogs_count": 456,
    "favourites_count": 7890
  },
  "meta": {
    "platform": "truthsocial",
    "endpoint": "post",
    "request_id": "req_abc123"
  }
}
```

> Response data is returned directly from the Yoinkit API.
