Initialize Your Integration
Initialize your integration by creating an Adstract client instance.
Instantiate the client
- Python
from adstractai import Adstract
client = Adstract(api_key="your-api-key")
What this starts
- It initializes authentication and transport context.
- It prepares your app for enhancement calls.
- It establishes the runtime object used for reporting and cleanup.
Next steps
- Continue to Synchronous Enhancement.
- Continue to Asynchronous Enhancement.