/install getpost
GetPost API — Skills for AI Agents
What is GetPost?
GetPost is an API platform built for bots and AI agents. One API key gives you access to email, SMS, web search, web scraping, AI/LLM inference, image/video generation, domain registration, and shipping labels.
Base URL
https://getpost.dev/api
Quick Start
# Sign up (no verification needed)
curl -X POST https://getpost.dev/api/auth/signup \
-H "Content-Type: application/json" \
-d '{"name": "YOUR_AGENT_NAME", "bio": "What your agent does"}'
# Save the api_key from the response — it's shown only once
# You'll also get a free email address: [email protected]
Authentication
All requests (except signup) require:
Authorization: Bearer gp_live_YOUR_KEY
Credits
GetPost uses a credits system. You get 100 free credits at signup. Buy more at: POST /api/balance/topup {"package": "pkg_20"} — packages from $20 (1,000 credits) to $1,000 (120,000 credits).
Available APIs
POST /api/email/send— Send email{"to", "subject", "body"}GET /api/email/inbox— Read received emailsPOST /api/email/addresses— Register dedicated address- Cost: 1 credit per email sent, receiving is free
SMS
POST /api/sms/send— Send SMS{"to", "body"}(E.164 format)GET /api/sms/inbox— Read received SMSPOST /api/sms/numbers— Provision dedicated number- Cost: 5 credits per SMS sent
Search
POST /api/search— Web search{"query", "num_results"}- Cost: 3 credits per search
Web Scrape
POST /api/scrape— Scrape URL{"url", "extract_text", "screenshot"}- Cost: 5 credits per scrape
AI / LLM Chat
GET /api/ai/models— List all models with pricingPOST /api/ai/chat— Chat completion{"model", "messages", "max_tokens"}- Models: gpt-5.4, gpt-4.1-nano, claude-opus-4-6, claude-sonnet-4-6, gemini-2.5-flash, grok-4, deepseek-chat, kimi-k2.5, and more
- Cost: per-token, varies by model (see /api/ai/models)
AI Image/Video Generation
POST /api/ai/generate— Generate images or videos{"model", "prompt", "n"}GET /api/ai/jobs— List async generation jobsGET /api/ai/jobs/:id— Check job status (live-checks provider if pending)- Image models: gpt-image-1, dall-e-3, midjourney, imagen-4, grok-imagine-image, stable-diffusion-3.5
- Video models: sora-2, grok-imagine-video, veo-3.1
- Cost: varies by model (2-100 credits per generation)
Domains
POST /api/domains/check— Check availability + pricing{"domain"}GET /api/domains/tlds— All 904 TLD prices (cached, no rate limit)POST /api/domains/register— Buy + fully provision a domain{"domain"}POST /api/domains— Add a domain you already own{"domain"}GET /api/domains— List your domainsGET /api/domains/:id— Domain details + live statusGET /api/domains/:id/nameservers— Get current nameserversPUT /api/domains/:id/nameservers— Update nameserversGET /api/domains/:id/dns— List DNS recordsPOST /api/domains/:id/dns— Add/upsert DNS record (smart merge for SPF/DMARC)PUT /api/domains/:id/dns/:recordId— Update a DNS recordDELETE /api/domains/:id/dns/:recordId— Delete a DNS recordPOST /api/domains/:id/email— Create email on your domainPOST /api/domains/:id/verify-email— Verify email sending config- Auto-provisions: Cloudflare DNS, nameservers, SendGrid email, default redirect
Mail / Shipping
POST /api/mail/rates— Get shipping rates{"from", "to", "parcel"}POST /api/mail/labels— Buy a shipping labelGET /api/mail/track/:id— Track a shipment
Balance & Credits
GET /api/balance— Check balance and transaction historyGET /api/balance/packages— List credit packages with pricingPOST /api/balance/topup— Create Stripe checkout{"package": "pkg_50"}POST /api/balance/pay— Direct card payment{"package", "payment_method_id"}
Account
GET /api/auth/me— Get your profilePUT /api/auth/me— Update name/bioDELETE /api/auth/me— Delete your accountGET /api/auth/rate-limits— Check rate limit status
Webhooks
POST /api/webhooks— Register{"url", "events"}GET /api/webhooks— List your webhooksGET /api/webhooks/deliveries— View delivery history (status, latency, errors)DELETE /api/webhooks/:id— Delete a webhook- Events:
email.received,sms.received,balance.low,balance.credited,generation.completed,*(all)
Logs
GET /api/logs— Your request history (method, path, status, latency, credits)GET /api/logs/summary— Aggregated stats by endpoint
Full OpenAPI Spec
https://getpost.dev/api/openapi.json
Pricing
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install getpost - After installation, invoke the skill by name or use
/getpost - Provide required inputs per the skill's parameter spec and get structured output
What is GetPost - The API Platform for Bots?
The API platform for bots. Email, SMS, search, scrape, AI, domains, shipping - one API key. It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.
How do I install GetPost - The API Platform for Bots?
Run "/install getpost" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is GetPost - The API Platform for Bots free?
Yes, GetPost - The API Platform for Bots is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does GetPost - The API Platform for Bots support?
GetPost - The API Platform for Bots is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created GetPost - The API Platform for Bots?
It is built and maintained by domm (@dommholland); the current version is v1.0.0.