This section provides a detailed guide to help you understand how to use and integrate with our APIs.For additional information, refer to the documentation page.
Account payment types
Pawa AI supports two account payment types: Subscription and Pay as you go. You can switch between them anytime without losing data. On a Pay as you go account, every API request response includes usage with tokens in (input) and tokens out (output), so you can track consumption against your credit balance. Learn more about plans, credit tiers, and usage rates on Pricing. For how to switch payment types, see Payment Type Switch. You can test our endpoints through:- Sandbox: An end-to-end testing environment allowing you to safely experiment with Pawa AI APIs without impacting production systems.
- Inline playground: A convenient inline playground where you can quickly experiment and prototype with Pawa AI APIs directly within the documentation.
- Postman: Utilize Postman for robust API testing, detailed documentation exploration, and building automated workflows to interact with the Pawa AI APIs.
- Python SDK: Official Python library for the Pawa AI API — install with
pip install pawa-ai. See also PyPI and GitHub.
For quick start with our APIs you can view Blueprints chatbots.
Pawa AI APIs Blueprint Chatbot
Explore the full real world uses cases made by Pawa AI APIs on Github