curl --request GET \
--url https://api.avidoai.com/v0/app-config \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"data": {
"firecrawlEnabled": true,
"ocrEnabled": true,
"askAdaEnabled": true,
"posthog": {
"host": "https://eu.i.posthog.com",
"key": "phc_123",
"cloudIdentifier": "avido-prod"
}
}
}Returns public feature flags the dashboard needs to render correctly (e.g., whether the web scraper is enabled).
curl --request GET \
--url https://api.avidoai.com/v0/app-config \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"data": {
"firecrawlEnabled": true,
"ocrEnabled": true,
"askAdaEnabled": true,
"posthog": {
"host": "https://eu.i.posthog.com",
"key": "phc_123",
"cloudIdentifier": "avido-prod"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.avidoai.com/llms.txt
Use this file to discover all available pages before exploring further.
Your unique Avido API key
Your unique Avido Application ID
Successfully retrieved app config
Successful response containing the app config.
Public runtime configuration for the dashboard frontend.
Show child attributes