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
Dev.to is a community platform for developers. When posting articles, you can set the title, cover image, tags, and organization.Settings Schema
Properties
| Property | Type | Required | Description |
|---|---|---|---|
__type | string | ✅ | Must be "devto" |
title | string | ✅ | Article title (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 |
organization | string | ❌ | Organization ID |
tags | array | ❌ | Up to 4 tags |
tags[].value | string | ✅ | Tag identifier |
tags[].label | string | ✅ | Tag display name |
Example
Notes
- Article content supports Markdown with code blocks
- Maximum of 4 tags allowed
- Tags should be lowercase and match Dev.to’s existing tags
- If posting under an organization, provide the
organizationID

