API Reference
Complete REST API documentation for BlogNow. Explore all endpoints, authentication methods, request/response formats, and interactive examples.
View Full API DocumentationAPI Overview
RESTful Architecture
Clean, predictable REST API with standard HTTP methods
Authentication
Secure API key-based authentication
All API requests require authentication using your public API key:
Authorization: Bearer YOUR_API_KEY
Base URL
All API requests should be made to:
https://api.blognow.tech/v1
Available Endpoints
Posts
Retrieve published blog posts
Categories
Browse posts by categories
Tags
Filter posts by tags
Search
Search through blog content
Interactive API Documentation
Explore the full API reference with interactive examples, request/response schemas, and try out endpoints directly in your browser.
Features:
- •Complete endpoint documentation with examples
- •Request and response schema definitions
- •Authentication and authorization details
- •Error codes and handling examples
- •Code samples in multiple languages
Prefer Using the SDK?
For easier integration, we recommend using the BlogNow JavaScript/TypeScript SDK instead of making direct API calls.
The SDK provides type-safe methods, automatic authentication, error handling, and more. Perfect for Next.js, React, Vue, and other JavaScript frameworks.
Need Help?
Questions about the API? Check our guides or reach out to support.