Skip to main content
GET
/
v0
/
app-config
Get app config
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
  }
}

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Response

Successfully retrieved app config

Successful response containing the app config.

data
AppConfig · object
required

Public runtime configuration for the dashboard frontend.