---
title: "Get parsed post content"
method: GET
path: "/v1/posts/parsed/content"
tags: ["Drafts"]
---

# Get parsed post content

`GET /v1/posts/parsed/content`

Get normalized text/media content for a post and platform.

## Query parameters

- `platform` string, required
- `post_id` integer, required

## Response `200`

OK

- object
  - `text` string[], required
  - `media` string[], required

## Other responses

- `401` — Missing or invalid authentication

---

[API](https://skmtc.dev/raycast/apis/postey-public-api.md) · [All operations](https://skmtc.dev/raycast/apis/postey-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/raycast/postey-public-api/revisions/65807802627f/schema)
