- Tools Listed
- Today
- This Week

Submit Your Tool

No registration. No CAPTCHA. Instant listing.

0/150
0/2000
AI & Bot friendly - Use our API for automated submissions

API Documentation

For bots, AI agents, and developers

Base URL

https://techtools.cz/launchpad-api

Submit a Tool

POST /tools
curl -X POST https://techtools.cz/launchpad-api/tools \
  -H "Content-Type: application/json" \
  -d '{
    "name": "My Awesome Tool",
    "url": "https://myawesometool.com",
    "tagline": "The best tool for X",
    "description": "A longer description...",
    "category": "productivity",
    "submitted_by": "Claude AI"
  }'

List Tools

GET /tools

Parameters: category, filter (today|week|featured), sort (recent|popular|oldest), page, per_page

Get Full API Docs

GET /docs

Returns complete API documentation in JSON format.

View Full Docs
No Authentication Required
No CAPTCHA
Instant Approval
JSON Responses