Use a secure API key with the required OAuth scope to authorize requests from Rankr to the Blogs API.
Authorize Rankr with your API key and pass the token in the Authorization header for all requests.
GET emails/builder | POST /emails/builder | POST /emails/builder/data | DELETE /emails/builder/:locationId/:templateId | GET emails/schedule | PUT /blogs/posts/:postId | POST /blogs/posts | GET /blogs/posts/url-slug-exists | GET /blogs/categories | GET /blogs/authors | GET /blogs/posts | GET /emails/builder/trigger
Trigger: when a new post is created in Blogs API, send the audio to transcription and update the post with the transcript.
Actions: POST /blogs/posts to create the post, PUT /blogs/posts/:postId to attach the transcript, notify via email.
POST /blogs/posts
title, content, authorId, transcript
Trigger: transcript complete triggers an email sequence via emails/schedule.
Actions: POST /emails/builder, GET /emails/schedule, POST /emails/builder/data
GET emails/schedule
scheduleId, templateId
Trigger: as posts move through stages, push status updates to Rankr dashboards.
Actions: GET /blogs/posts, PUT /blogs/posts/:postId, POST /emails/builder
GET /blogs/posts
postId, status, viewCount
Automate transcription and publishing with no code required, saving time and effort.
Accelerate content production by turning transcripts into blog posts and summaries automatically.
Keep data synchronized between Blogs API and Rankr for a consistent publishing workflow.
Key elements include endpoints, authentication, triggers, and data fields to map your workflow.
An application programming interface that exposes endpoints for apps to communicate and perform actions.
A specific URL path in an API that performs a defined operation.
The process of proving identity to access resources securely.
Converting audio or video content into written text for publication.
Turn transcripts into social posts, newsletters, and summaries to maximize reach.
Use transcription status to trigger publish scheduling in Blogs API.
Notify teams as transcripts complete and posts go live.
Apply for API access and generate your API key and secret.
Set scopes to match your needs such as emails/builder.readonly and blogs/post.write.
Use test requests to verify data flow and transcription to Blogs API works.
The Blogs API provides endpoints to read and write emails and blogs, making it easy to manage content. The Transcribe subservice adds a transcription step to convert audio or video into text for publication.
You can connect Rankr with the Blogs API using no code automations or low code flows. No heavy coding is required, but REST calls are available if you prefer a manual approach.
Authentication uses an API key with defined scopes. Include the Authorization header with each request and rotate keys regularly for security.
Key endpoints for transcription workflows include GET /blogs/posts, POST /blogs/posts, GET /blogs/posts/url-slug-exists, GET /blogs/categories, GET /blogs/authors, and the related email endpoints such as GET /emails/builder and POST /emails/builder/data.
Yes. You can schedule emails or posts after transcription to automate publishing timelines and notifications.
Required fields typically include title, content, authorId, and transcript. Slug and status fields are often used to control publishing.
Status updates and logs can be viewed in the Rankr dashboard or via API calls. Webhooks can push real time notifications for critical events.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers