API Documentation – BlogThree Bot Services

August 6, 2026 Updated

📚 API Documentation

Base URL

https://blogthree.com/wp-json/

Authentication

All API requests require Web3 wallet signature authentication.

Step 1: Get Nonce

GET /blogthree/v1/bot/auth/nonce?wallet_address={address}

Step 2: Sign Nonce

Sign the returned nonce with your Web3 wallet.

Step 3: Verify Signature

POST /blogthree/v1/bot/auth/verify

{
    "signature": "0x...",
    "wallet_address": "0x...",
    "nonce": "..."
}

Endpoints

Content Generation

POST /blogthree/v1/bot/marketplace/generate/article

{
    "prompt": "Write about AI agents",
    "length": 1000,
    "style": "technical"
}

Costs 100 credits ($0.10). Credits are $0.001 each and are
purchased at /blogthree/v1/bot/marketplace/credits/purchase;
the balance is debited on success and refunded if generation fails.

Rate Limits

Tier Monthly Limit
Developer 1,000
Business 10,000
Scale 50,000
Enterprise Unlimited

Error Codes

  • 400 – Bad Request
  • 401 – Unauthorized (invalid signature)
  • 402 – Payment Required (upgrade subscription)
  • 429 – Rate Limited
  • 500 – Server Error

SDKs & Libraries

Coming soon: Python, JavaScript, Go, Rust libraries

mr.rixter
Page Author

Send Feedback

Thank You!

Your feedback has been sent. We appreciate your input!

Page:

Your feedback helps us improve BlogThree