Documentation Index
Fetch the complete documentation index at: https://api.superseeded.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
What is a platform?
A Platform is a third-party integrator that wholesales the SuperSeeded AI API to their own merchants. Platforms act as intermediaries, providing their merchants with plant schedule processing capabilities without those merchants needing direct API access.Document processing
Suppliers can digitize a 500-line PDF quote in seconds.
White-label ready
The upload experience lives entirely on your domain. Your users never leave your dashboard.
Platforms are billed based on their merchants’ usage, with a per-active-merchant model plus row-based overage charges.
Integration architecture
How it works
Delegate token
Your backend requests a short-lived JWT token for a specific merchant using the Upload Delegation endpoint.
Secure upload
Your frontend uses this token to authenticate direct uploads to our TUS upload service. After upload completes, you receive the file URL.
Call processing endpoint
Your frontend calls a processing endpoint (e.g.,
POST /v1/verify/pot-sizes or POST /v1/verify/plant-names) with the file URL. The API fetches the file internally and processes it.Key concepts
Merchants
Merchants are your end customers. Each merchant is identified by amerchant_id that you provide. This ID is used to:
- Track usage and bill based on active merchants
- Partition data and quotas
Billable vs non-billable
Not all document processing counts toward billing. See Usage & Billing for details on:- Active merchant billing model and row counting
- Quotas and the SuperSeeded Engine exemption
Next steps
Upload delegation
Generate secure tokens for merchant uploads
Usage & billing
Understand how usage is tracked and billed
Resolve specs from upload
Process uploads and get enriched data

