Forms API uses API-key authentication on protected endpoints:Documentation Index
Fetch the complete documentation index at: https://docs.sylvian.ai/llms.txt
Use this file to discover all available pages before exploring further.
X-API-Key: forms_sk_...
How to get an API key
- Sign in to the app.
- Go to Settings.
- Open the API Keys section.
- Click Generate to create a token.
- Copy and store it securely (the full key is only shown once).
API key authentication
Use API keys for server-to-server integrations and backend jobs.Choosing between auth modes
- Use API keys when your backend calls Forms API.
- Do not expose API keys in frontend code.
Common auth failures
401 Missing or invalid authentication: no valid API key was provided.401: API key format is wrong, inactive, or unknown.