SitesContentVideoPricing
API Documentation

Build on Vemra

Access your sites, blog posts, leads, and content programmatically. REST API with JSON responses, RSS feeds, and embeddable widgets.

Quick Start

# Fetch your latest blog posts
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.vemra.ai/v1/posts

Endpoints

Base URL: https://api.vemra.ai

GET
/api/v1/posts

List all published blog posts with pagination

GET
/api/v1/posts/:slug

Get a single blog post by slug

GET
/api/v1/posts/feed.rss

RSS feed of your latest blog posts

GET
/api/v1/posts/feed.json

JSON feed of your latest blog posts

GET
/api/v1/site

Get your site configuration and metadata

POST
/api/v1/leads

Submit a new lead programmatically

API Keys

Generate API keys from your dashboard. Each key is scoped to your account with rate limiting and usage tracking.

RSS & JSON Feeds

Standard RSS 2.0 and JSON Feed 1.1 compatible. Syndicate your content anywhere.

Embeddable Widgets

Drop a single script tag to embed your blog on any website. Auto-styled, responsive, and fast.

Webhooks

Get notified when new posts are published, leads come in, or calls are completed. POST to your endpoint.

Full interactive API reference coming soon. Questions? Contact us