Use a dedicated API key or OAuth credentials to authorize Blaze-ai to access posts, categories, and author data. Store credentials securely and grant only the minimum required scope for publishing and management of blog content.
Blaze-ai uses a scoped API key (or OAuth) to publish and manage blog posts via the Blogs API. Ensure the app has permissions for posts, categories, and authors, then rotate credentials regularly.
POST /blogs/posts (blogs/post.write); PUT /blogs/posts/:postId (blogs/post-update.write); GET /blogs/posts/url-slug-exists (blogs/check-slug.readonly); GET /blogs/categories (blogs/category.readonly); GET /blogs/authors (blogs/author.readonly)
Trigger: When a new draft is ready in Blaze-ai, push a post to the Blogs API to create or update a blog entry.
Actions: Map title, content, excerpt, slug, categoryIds, and authorId to the corresponding blog fields; set status to draft or published as required.
POST /blogs/posts
Required fields: title, content, excerpt, slug, categoryIds, authorId, and status.
Trigger: When a draft exists, validate slug availability and fetch category data from the Blogs API.
Actions: Check slug with GET /blogs/posts/url-slug-exists, then assign categoryIds and metadata accordingly.
GET /blogs/posts/url-slug-exists
Fields: slug, categoryIds, title
Trigger: On post save, fetch author data and apply SEO tags.
PUT /blogs/posts/:postId
Fields: postId, authorId, categoryIds, metaTitle, metaDescription, status
No-code setup lets you connect Blaze-ai to your Blogs API quickly without writing code.
Drag-and-drop content workflows automate publishing and scheduling across channels.
Centralized content planning with real-time updates to authors, categories, and slugs.
This section defines API endpoints, triggers, actions, and authentication concepts used to connect Blaze-ai with the Blogs API.
Application Programming Interface: a defined set of rules that lets Blaze-ai talk to the Blogs API and perform actions like create posts or fetch authors.
A URL-friendly identifier for a blog post used in the post URL.
A specific path in the Blogs API that performs an action, such as /blogs/posts or /blogs/authors.
A real-time notification mechanism that can alert Blaze-ai about changes or need for a sync.
Blaze-ai can generate blog drafts from prompts and push them to the Blogs API as new posts.
Automatically schedule and publish posts at optimal times using Blaze-ai.
Generate SEO-friendly titles, slugs, and meta descriptions from Blaze-ai and apply them via the Blogs API.
Obtain the API key or OAuth credentials for the Blogs API and store securely.
Map endpoints like POST /blogs/posts, GET /blogs/authors, and GET /blogs/categories in Blaze-ai.
Run test posts to verify slug, author, and category mappings before turning on production delivery.
The Blaze-ai to Blogs API integration connects Blaze-ai prompts and content creation to your Blogs API-powered site. It enables automatic post creation, updates, and taxonomy management without custom coding. You can define mappings for title, content, category, and author and trigger actions from Blaze-ai events. It also supports validation of slugs to avoid duplicates.
Authentication uses a scoped API key or OAuth credentials. The credentials grant Blaze-ai access only to the necessary endpoints (posts, categories, authors) and should be stored securely. Rotate credentials periodically and monitor for unusual activity.
Supported endpoints include creating posts, updating posts, checking slug availability, and listing categories and authors. You can configure Blaze-ai to target POST /blogs/posts, PUT /blogs/posts/:postId, GET /blogs/posts/url-slug-exists, GET /blogs/categories, and GET /blogs/authors.
Yes. You can map a single Blaze-ai post to multiple categories and assign a specific author. The integration lets you pass categoryIds and authorId during post creation or update.
Slug conflicts are resolved by slug existence checks before publishing. If a slug exists, Blaze-ai can auto-suggest an alternative or append a unique suffix to ensure a unique URL.
Rate limits apply per API plan. If you hit a limit, the connector can retry with exponential backoff and queue requests. Ensure proper error handling in Blaze-ai.
Yes. Blaze-ai provides a no-code editor and visual mappings to set up blog publishing rules without writing code.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers