---
title: "Post Explanation"
method: POST
path: "/opportunities/explanation"
tags: ["OPPORTUNITIES"]
---

# Post Explanation

`POST /opportunities/explanation`

## Headers

- `x-tenant` string, required

## Request body

- InsightExplanationRequest
  - `resource_type` integer, required
  - `resource_uri` string, nullable
  - `opportunity` object, required
  - `query_hash` string, nullable
  - `query_id` string, nullable
  - `period_type` string, nullable
  - `source_views` string[], nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/103580dad816/schema)
