API Keys

Manage your API keys for programmatic access to your account

3
Active API Keys
1,247
API Calls This Month
10,000
Monthly Limit

Create New API Key

Your API Keys

Production API Key

active
sk_live_51234567890abcdef...
Created: Jan 15, 2024Last used: 2 hours ago
Permissions:
read
write

Development API Key

active
sk_dev_51234567890abcdef...
Created: Dec 10, 2023Last used: 1 week ago
Permissions:
read

Mobile App Key

inactive
sk_mobile_51234567890abcdef...
Created: Nov 20, 2023Last used: Never
Permissions:
read
write

API Documentation

Use our RESTful API to integrate with your applications. Here are some quick examples:

Authentication

curl -H "Authorization: Bearer YOUR_API_KEY" https://api.socialth.ing/v1/posts

Create a Post

curl -X POST https://api.socialth.ing/v1/posts \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"content": "Hello World!", "platforms": ["twitter", "instagram"]}'
View Full Documentation