What you can do
- Generate posts from text content, website URLs, or custom ideas
- Poll for results as posts are generated asynchronously
- List and retrieve posts created through the API
How it works
- Create an API key in your Marky dashboard (Settings > API Keys section)
- Send a
POSTrequest with your content to/api/beta/posts/generate - Poll the returned job ID until generation completes
- Review and approve the generated posts in your Marky queue
Rate limits
| Limit | Value |
|---|---|
| Requests per hour | 100 |
| Posts per month | 200 |
| Max posts per request | 10 |
| Max API keys per org | 10 |
Base URL
All API requests use the base URL:Authentication
Set up your API key
Quickstart
Generate your first post in 2 minutes