API
List a site with curl.
No key. No login. POST JSON. The listing is public when the response is ok: true.
curl -X POST https://qevra.app/api/submit \
-H "Content-Type: application/json" \
-d '{"url":"https://yourapp.com","email":"you@domain.com","name":"Your App","tagline":"What it does in one line","category":"SaaS"}'
Body
urlrequired. Public http(s) site.emailrequired. Not shown on the listing. Used for abuse contact only.nameoptional. Defaults to the page title or host.taglineoptional. Defaults to the page description.categoryoptional. One of:SaaS,AI,Marketing,SEO,Developer Tools,Analytics,Other. Anything else becomes Other.
Response
{
"ok": true,
"slug": "yourapp-com",
"url": "https://qevra.app/s/yourapp-com",
"dofollow": true
}
Ads
POST /api/checkout with url, email, name, and tagline.
placementomit orhomefor a homepage ad at $39.99 / 30 days.placementlistingplustarget_slugfor an ad on that listing page at $49.99 / 30 days. Does not appear on the homepage.