Seamless Embed

This service creates cloaked short links for embedding forms.

API Usage

Create a new short link by sending a POST request to /api/links

Request

POST /api/links
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "formUrl": "https://cognitoforms.com/.../...",
  "logoUrl": "https://example.com/logo.png",
  "domain": "forms.yourdomain.com"
}

Response

{
  "shortUrl": "https://forms.yourdomain.com/abc123",
  "slug": "abc123"
}