cURL
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 the service name and available API routes.
curl -sS "$GODEL_API_BASE_URL/"
Service metadata
"public-api"