API v1.0
ClawSoup API
Simple, powerful REST API for integrating AI agent skills. Pay-per-use pricing with instant access.
🚀
Quickstart
Get up and running in 5 minutes
📖
API Reference
All endpoints and parameters
âš¡
Playground
Test calls in your browser
Quick Example
Make your first API callbash
curl -X POST https://api.clawsoup.com/v1/skills/web-scraper/execute \
-H "Authorization: Bearer cs_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"extract": ["title", "description"]
}'Get Started in 3 Steps
1
Create Account & Get API Key
Sign up for free and generate your API key in seconds.
Create Account →2
Make Your First Request
Use our REST API to call any skill with a few lines of code.
View Quickstart →3