---
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

## Changes

- **2026-08-19** `ba3a29c6eb33` — 1 info
  - added the optional property `retryable` to the response with the `401` status
- **2026-08-16** `6fd2903b91ce` — 1 info
  - added the optional property `code` to the response with the `401` status
- **2026-08-02** `36f92fc0caa2` — 1 breaking
  - the response property `success` became optional for the status `401`
- **2026-05-11** `ee7b7111c55b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/integration-guide/post.md)

---

[API](https://skmtc.dev/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.dev/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/revisions/73f826277d9a/schema)
