Skip to main content
GET
Service index
curl --request GET \
  --url http://127.0.0.1:3003/
{
  "routes": [
    "/health",
    "/v1/companies",
    "/v1/prediction_markets/events",
    "/v1/prediction_markets/markets",
    "/v1/prediction_markets/similar_events"
  ],
  "service": "public-api"
}
Returns service metadata and available route paths.
curl -sS "$GODEL_API_BASE_URL/"

Response

Service metadata

routes
string[]
required
service
string
required
Example:

"public-api"