/api/v1/regenerateQueue regeneration for one URL or an entire verified domain.
Developers
Create API keys in the dashboard and integrate the two shipped external capabilities into publishing or CI/CD workflows.
External API
Requests use a dashboard-created Bearer key and are scoped to domains owned by that key’s tenant. The production base URL is https://app.sigiledge.ai/api/v1/.
/api/v1/regenerateQueue regeneration for one URL or an entire verified domain.
/api/v1/cachePurge approved enrichment for one URL or all cached entries under a verified domain.
curl -X POST https://app.sigiledge.ai/api/v1/regenerate \
-H "Authorization: Bearer sk_..." \
-H "Content-Type: application/json" \
-d '{
"domain": "example.com",
"url": "/products/trail-runner"
}'Keys are displayed once when created and stored as hashes. Revoked keys stop authenticating immediately. The API applies a per-key request limit.
Keep enriched output aligned with changes in the source system.
Regenerate a product or article URL after the origin publishes an update.
Queue a domain-wide refresh after a substantial source or template change.
Purge cached enrichment before or after configuration changes when fresh generation is required.
llms.txt
SigilEdge can serve tenant-configured content at /llms.txt. The convention is emerging and is not an access-control system, a training-policy enforcement mechanism, or a guarantee of indexing or attribution.
Use it for
Open the dashboard to manage keys, domains, regeneration, and usage.