Explanation Summary

Get an AI-generated explanation summary for a dataset's content and patterns.

GET https://api.futureagi.com/model-hub/datasets/explanation-summary/{dataset_id}/

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Path parameters

dataset_id UUID Required

The dataset ID.

Response

200 OK
message string
Status message.
data object
Explanation summary data.
response object
AI-generated summary content.
summary string
Natural-language summary of the dataset.
key_patterns array
Notable patterns and trends identified.
critical_issues array
Quality issues or anomalies identified.
last_updated string
ISO 8601 timestamp of last generation.
status string
Generation status.
row_count integer
Current row count in the dataset.
min_rows_required integer
Minimum rows required to generate a summary.

Errors

401 Unauthorized Optional
Invalid or missing API credentials.
404 Not Found Optional
The specified dataset was not found or does not belong to your organization.
500 Internal Server Error Optional
Unexpected server error.
GET /
Authentication
REQUEST
 
RESPONSE