AIx GPT API
Submit issues and feature requests for our API here.
See https://apps.aixsolutionsgroup.com for more info.
Python Quick Start
pip install aixapi
pip install requests
Get an API key for free at https://apps.aixsolutionsgroup.com.
from aixapi import AIxResource
result = AIxResource("MY_API_KEY").compose("hello!")
print(result)
Python Documentation
To get documentation in python, run help(AIxResource)
after importing AIxResource
as shown above.
Documentation
For full documentation go to https://apps.aixsolutionsgroup.com and click on the Documentation tab.