Skip to main content
Formalingo

AI Skills

Copy a comprehensive AI skill for AI coding tools to use the Formalingo API.

AI Skills

An AI skill is a self-contained markdown file that teaches AI coding assistants (Claude, Cursor, Copilot, etc.) everything they need to know about the Formalingo API — endpoints, schemas, authentication, SDKs, and common workflows.

Copy the skill below and paste it into your AI tool's context or project instructions. It is auto-generated from the same source of truth as our API reference, so it always stays current.

532 lines / 18,279 chars
---
name: formalingo-api
description: Complete Formalingo API reference for AI coding assistants — covers authentication, all endpoints, request/response schemas, SDKs (TypeScript, Python, .NET, Go), and common workflows for form building and document signing.
---

# Formalingo API

Formalingo is an AI-powered form builder and document-signing platform. This skill provides everything an AI coding tool needs to integrate with the Formalingo REST API.

## Base URL

```
https://app.formalingo.com/api/v1
```

All endpoints are prefixed with `/api/v1`. Use HTTPS in production.

## Authentication

Include a Bearer token in the `Authorization` header:

```
Authorization: Bearer <API_KEY>
```

API keys are created in **Settings > API Keys**. Each key is scoped to a workspace.

### Scopes

| Scope | Description |