Integration API
Guide to integrating Werbooz AI via API.
API Integration Guide
To integrate Werbooz AI into your application, follow these steps:
Step 1: Generate API Key
- Go to the Developers section in the Werbooz dashboard.
- Click on Generate API Key.
Step 2: Use the API
Make requests to our endpoints using the API key.
Example Request
curl -X POST "https://api.werbooz.com/ai/analyze" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"data": "Your data here"}'