You can disable authorization for your APIs, allowing you to create APIs that are accessible to anyone with the URL. You can add authorized=False to REST APIs, Task Queues, Scheduled Jobs, and ASGI apps.
You can use ASGI apps along with FastAPI to add multiple API routes to a single deployment. For example, you might want an app with two separate routes: one to train a model, and one for running inference.Endpoint 1