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
Hashnode is a blogging platform for developers. When posting articles, you need to specify the title, tags, and publication.Settings Schema
Properties
| Property | Type | Required | Description |
|---|---|---|---|
__type | string | ✅ | Must be "hashnode" |
title | string | ✅ | Article title (min 6 chars) |
subtitle | string | ❌ | Article subtitle (min 2 chars) |
main_image | object | ❌ | Cover image |
main_image.id | string | ✅ | Image ID |
main_image.path | string | ✅ | Image URL |
canonical | string | ❌ | Original URL for SEO |
publication | string | ✅ | Publication ID |
tags | array | ✅ | At least 1 tag required |
tags[].value | string | ✅ | Tag ID |
tags[].label | string | ✅ | Tag display name |
Example
Notes
- Title must be at least 6 characters
- At least 1 tag is required
- Publication ID is required - get it from your Hashnode dashboard
- Content supports full Markdown formatting

