API & CLI
Free generation is available on the homepage. Integrate programmatically with an API key using the endpoints below.
Endpoints
| Method | Path | Auth |
|---|---|---|
| POST | /api/v1/generate | API key required |
| GET | /api/v1/types | None |
| GET | /api/v1/health | None |
Programmatic generate (API key)
curl -s -X POST https://genslop.ai/api/v1/generate -H "Content-Type: application/json" -H "Authorization: Bearer genslop_your_key_here" -d '{
"article_type": "linkedin_post",
"hokiness": 90,
"substance": 20,
"ai_slop": 95,
"language": "us-EN"
}' Python CLI
pip install genslop-cli
export GENSLOP_API_KEY=genslop_your_key_here
genslop generate --type blog_post --hokiness 75 --substance 30 --slop 85 Request an API key from Rubenstein Ventures for CLI and automation use.