Creating a Public Endpoint
By default, endpoints are private and require a bearer token to access. You can remove the authentication requirement for endpoints using theAuthorized=False
argument:
auth.py
Invoking a Public Endpoint
Public endpoints have slightly different URL schemes than private ones:You can find your Stub ID on the deployment detail page in the web dashboard.
Call API
button on the deployment detail page in the web dashboard.
A full request to a public endpoint might look something like this: