curl -X POST https://api.dyeink.com/api/posts \ -H "Content-Type: application/json" \ -H "Cookie: session=your_session_token" \ -d '{ "title": "My First Blog Post", "slug": "my-first-blog-post", "content": "# Welcome\n\nThis is my first blog post!", "excerpt": "An introduction to my blog", "coverImage": "https://example.com/cover.jpg", "published": true }'
{ "id": "507f1f77bcf86cd799439011", "userId": "507f191e810c19729de860ea", "title": "My First Blog Post", "slug": "my-first-blog-post", "content": "# Welcome\n\nThis is my first blog post!", "excerpt": "An introduction to my blog", "coverImage": "https://example.com/cover.jpg", "published": true, "publishedAt": "2026-03-04T10:30:00.000Z", "views": 0, "shares": 0, "createdAt": "2026-03-04T10:30:00.000Z", "updatedAt": "2026-03-04T10:30:00.000Z"}
Posts
Create Post
Create a new blog post
POST
/
api
/
posts
curl -X POST https://api.dyeink.com/api/posts \ -H "Content-Type: application/json" \ -H "Cookie: session=your_session_token" \ -d '{ "title": "My First Blog Post", "slug": "my-first-blog-post", "content": "# Welcome\n\nThis is my first blog post!", "excerpt": "An introduction to my blog", "coverImage": "https://example.com/cover.jpg", "published": true }'
{ "id": "507f1f77bcf86cd799439011", "userId": "507f191e810c19729de860ea", "title": "My First Blog Post", "slug": "my-first-blog-post", "content": "# Welcome\n\nThis is my first blog post!", "excerpt": "An introduction to my blog", "coverImage": "https://example.com/cover.jpg", "published": true, "publishedAt": "2026-03-04T10:30:00.000Z", "views": 0, "shares": 0, "createdAt": "2026-03-04T10:30:00.000Z", "updatedAt": "2026-03-04T10:30:00.000Z"}
ISO 8601 timestamp of when the post was last updated
curl -X POST https://api.dyeink.com/api/posts \ -H "Content-Type: application/json" \ -H "Cookie: session=your_session_token" \ -d '{ "title": "My First Blog Post", "slug": "my-first-blog-post", "content": "# Welcome\n\nThis is my first blog post!", "excerpt": "An introduction to my blog", "coverImage": "https://example.com/cover.jpg", "published": true }'
{ "id": "507f1f77bcf86cd799439011", "userId": "507f191e810c19729de860ea", "title": "My First Blog Post", "slug": "my-first-blog-post", "content": "# Welcome\n\nThis is my first blog post!", "excerpt": "An introduction to my blog", "coverImage": "https://example.com/cover.jpg", "published": true, "publishedAt": "2026-03-04T10:30:00.000Z", "views": 0, "shares": 0, "createdAt": "2026-03-04T10:30:00.000Z", "updatedAt": "2026-03-04T10:30:00.000Z"}