Get Started
Quickstart
Build an adaptive API in record time
Start using the Tilpa Adaptive API SDK for Python by installing tilpa-api-sdk
through pip:
Then, initalize an Adaptive API like so:
Note that all parameters are optional except adaptive_api_key.
Once you have an Adaptive_API initialized, dynamically add endpoints to your API like so:
Where user_prompt
is a string that describes the feature you want to add.
That’s it! You now have an API to which you can dynamically add features.