Documentation Index
Fetch the complete documentation index at: https://docs.postiz.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Medium is a publishing platform for articles and stories. When posting to Medium, you can set article metadata, tags, and publication options.Settings Schema
Properties
| Property | Type | Required | Description |
|---|---|---|---|
__type | string | ✅ | Must be "medium" |
title | string | ✅ | Article title (min 2 chars) |
subtitle | string | ✅ | Article subtitle (min 2 chars) |
canonical | string | ❌ | Original URL for SEO (canonical link) |
publication | string | ❌ | Publication ID to post to |
tags | array | ❌ | Up to 4 tags |
tags[].value | string | ✅ | Tag identifier |
tags[].label | string | ✅ | Tag display name |
Example
Notes
- Article content should be written in Markdown format
- Maximum of 4 tags allowed
- If you have a publication, use the
publicationfield to post directly to it - Use
canonicalif the article was originally published elsewhere

