Sign in

Create post

documented

Create a new post with title, content, metadata, categories, tags, and visibility settings.

POST /postsPostsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://blogin.co/api/rest/posts" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{BLOGIN_API_KEY}}" \
  -d '{"title": "{{$title}}", "text": "<p>{{$body}}</p>", "published": {{$published}}, "date_published": "{{$date_published}}", "wiki": {{$wiki}}, "important": {{$important}}, "pinned": {{$pinned}}, "author": {"id": {{$author_id}}}, "categories": [{"id": {{$category_id}}}, {"name": "{{$category_name}}"}], "teams": [{"id": {{$team_id}}}], "tags": ["{{$tag1}}", "{{$tag2}}"]}'"