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:
- First, get your API keys from https://app.sea.dev/settings/keys.
- Then, find a form ID at https://app.sea.dev/workflows.
- 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…