Generate an AI Analysis

Generate or re-generate an AI analysis for a specific incident.

📘

Advanced Insight Module

This feature is part of the Advanced Insight Module. If your organization has not purchased this module, you may not have access to the feature.

If you are interested in upgrading to the Advanced Insight Module, contact your BigPanda account team.

🚧

Authentication

All BigPanda APIs require Bearer Token Authorization in the call headers.

This API uses the User API Key type of Authorization token.

Sample Calls

curl --request POST \
     --url https://api.bigpanda.io/resources/v2.0/environments/{environment_id}/incidents/{incident_id}/ai/analysis \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'Content-Type: application/json' \
curl --request POST \
     --url https://eu-api.bigpanda.io/resources/v2.0/environments/{environment_id}/incidents/{incident_id}/ai/analysis \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'Content-Type: application/json' \
Language