---
title: "Get integration guide"
method: POST
path: "/integration-guide"
tags: ["Account"]
---

# Get integration guide

`POST /integration-guide`

Returns a framework-specific code example and implementation tip for common integration use cases.

## Request body

- object
  - `framework` string
  - `use_case` string

## Response `200`

Integration guide returned

- object
  - `success` boolean
  - `framework` string
  - `use_case` string
  - `code` string
  - `tip` string

## Other responses

- `401` — Unauthorized

---

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