Modal Web Endpoints
The genuine HTTPS surface of the platform. User functions decorated with @modal.fastapi_endpoint, @modal.asgi_app, @modal.wsgi_app, or @modal.web_server are auto-deployed as HTTPS endpoints on *.modal.run. The URL shape and request/response schema are defined by the developer's own code, so the accompanying OpenAPI is representative of a typical user endpoint, not a fixed Modal-owned contract.
Documentation
Documentation
https://modal.com/docs/guide/webhooks
APIReference
https://modal.com/docs/reference/modal.fastapi_endpoint