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/postsRetrieve all posts for the authenticated user
Parameters:
limitintegeroffsetintegerstatusstringplatformstring/api/v1/postsCreate a new post
Parameters:
contentrequiredstringplatformsrequiredarrayscheduled_atdatetimemedia_idsarray/api/v1/analyticsGet analytics data for posts and accounts
Parameters:
start_datedateend_datedateplatformstringmetricsarray/api/v1/accountsList all connected social media accounts
Parameters:
platformstringstatusstringOfficial SDKs
Use our official SDKs to integrate Nameely into your applications with ease.
Ruby
nameely-rubyGo
nameely-goAuthentication
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.
