RESTful API

API

Powerful document extraction API with structured data output and direct links to source citations. Built for developers who need reliable, auditable results and a modern developer experience.

Minimal API Quickstart

Follow these steps to post a document to a Sea.dev form:

  1. First, get your API keys from https://app.sea.dev/settings/keys.
  2. Then, find a form ID at https://app.sea.dev/workflows.
  3. Run the cURL snippet below, replacing the sample placeholders with your values.
curl https://api.sea.dev/v2/submissions/ \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "formId=YOUR_FORM_ID" \
  -F "files=@YOURPDF.pdf"

Interactive API Reference

Explore every endpoint without leaving this page. Use the embedded reference below or open the docs in a new tab.

Loading interactive documentation…