---
title: "Get saved form embed recipes"
method: GET
path: "/forms/embed/{formId}"
tags: ["Widgets"]
---

# Get saved form embed recipes

`GET /forms/embed/{formId}`

Returns a published saved form's public action URL, hosted JavaScript, minimal native form, fetch enhancement, and supported static-site platforms.

## Path parameters

- `formId` string, required

## Response `200`

Embed recipes returned successfully

- object
  - `success` boolean
  - `form` object
  - `embed` object
    - `actionUrl` string, uri
    - `scriptUrl` string, uri
    - `javascript` string
    - `nativeForm` string
    - `fetch` string
    - `supportedPlatforms` string[]

## Other responses

- `400` — Form is not published
- `401` — Unauthorized
- `403` — API key is missing widgets:read
- `404` — Form not found

---

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