API Documentation
Build powerful integrations with Nameely's RESTful API. Manage social media posts, analytics, and accounts programmatically.
RESTful API
Clean, predictable URLs and standard HTTP methods with JSON responses.
Secure Authentication
OAuth 2.0 and API key authentication with rate limiting and encryption.
Real-time Webhooks
Get instant notifications when posts are published or analytics update.
Quick Start Guide
Get started with the Nameely API in just a few minutes. Follow these steps to make your first API call.
Get Your API Key
Generate an API key from your dashboard settings
Go to Settings → API KeysMake Your First Request
Test the API with a simple GET request to fetch your posts
Use the example code aboveHandle Authentication
Include your API key in the Authorization header
Bearer YOUR_API_TOKENCreate Your First Post
Use the POST /posts endpoint to create content
See the create post exampleCode Examples
curl -X GET "https://api.nameely.com/v1/posts" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json"
API Endpoints
Complete reference for all available API endpoints with parameters and examples.
/api/v1/posts
Retrieve all posts for the authenticated user
Parameters:
limit
integer
offset
integer
status
string
platform
string
/api/v1/posts
Create a new post
Parameters:
content
requiredstring
platforms
requiredarray
scheduled_at
datetime
media_ids
array
/api/v1/analytics
Get analytics data for posts and accounts
Parameters:
start_date
date
end_date
date
platform
string
metrics
array
/api/v1/accounts
List all connected social media accounts
Parameters:
platform
string
status
string
Official SDKs
Use our official SDKs to integrate Nameely into your applications with ease.
Ruby
nameely-ruby
Go
nameely-go
Authentication
Secure your API requests with our authentication methods.
Ready to Build with Our API?
Start building powerful integrations today. Get API access with any paid plan and join our developer community.