How it works
- Write a genuine post about your lobstr.io use case on one of the eligible subreddits or publish a standalone LinkedIn post.
- Submit the Reddit or LinkedIn URL via the API (or the dashboard). The post is automatically verified for content and liveness.
- If approved, bonus credits are added to your account and valid until the end of your current billing period.
List eligible subreddits
Returns the list of subreddits that qualify for a reward submission, along with the exact credit amount the authenticated user would receive if approved.string
required
Your API authentication token. Value:
Token YOUR_API_KEY200
estimated_reward_credits is the actual credit amount you would earn — 20% of your plan’s execution credits, computed server-side using the same formula as the grant. null if you have no active subscription.
Submit a story
Submit a Reddit or LinkedIn post URL for review.string
required
Your API authentication token. Value:
Token YOUR_API_KEYstring
required
Must be application/json. Value:
application/jsonstring
required
Full URL of your Reddit post or LinkedIn post. For Reddit, must be in an eligible subreddit. Example:
https://www.reddit.com/r/SaaS/comments/abc123/my_lobstr_experience/ or https://www.linkedin.com/posts/yourname_activity-123456789/string
Platform of the submission:
reddit (default) or linkedin. When omitted, reddit is assumed. LinkedIn posts have no subreddit allowlist — any public standalone post is eligible.Only one submission per quarter is reviewed. If an earlier submission in the same quarter was rejected you may resubmit — the most recent submission takes precedence.
Check your submission
Returns your most recent submission for the current quarter, ornull if you haven’t submitted one yet.
string
required
Your API authentication token. Value:
Token YOUR_API_KEY200
status values: pending (under review), gifted (approved, credits granted), rejected.
Code Example
Error Responses
400 SubredditNotEligible
400 InvalidRedditUrl
400 InvalidLinkedinUrl
400 LinkedinCommentNotEligible