comparison_response = requests.post( f'{API_URL}/generate', headers={'X-API-Key': API_KEY}, json={ 'content_type': 'product features across different tiers', 'instructions': 'Create a comparison table showing features available in Basic, Pro, and Enterprise tiers', 'max_results': 15 })comparison = comparison_response.json()
training_response = requests.post( f'{API_URL}/generate', headers={'X-API-Key': API_KEY}, json={ 'content_type': 'user guide and best practices', 'instructions': 'Develop a training module for new users covering basic operations and tips', 'category_id': 'user-docs-category', 'save': True })training = training_response.json()