Integration Generate Details
Integration
Integration Generate Details
Endpoint to generate integration website content for a specific GPT. Uses GPT metadata (summary and description) and a GenAI model to create marketing or documentation content.
Args: gpt_name (str): The name of the GPT for which integration content should be generated.
Returns: dict: A dictionary of generated integration information, such as headline, pitch, and features.
Raises: HTTPException 404: If the specified GPT does not exist in the tenant. HTTPException 500: If content generation fails due to a runtime error.
