By default, all functions on Cerebrium are accessible via authenticated POST requests, unless they are marked as private by prefixing the function name with an underscore (e.g.Documentation Index
Fetch the complete documentation index at: https://cerebrium-fix-make-entrypoint-docs-explicit.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
_private_function()). Authentication is handled using the JWT token available in the API Keys section of your dashboard.
The POST request follows the structure below, where {function} is the name of the function you want to invoke. For example, in this case, the function predict() from main.py is being called.
status_code field in the JSON response from your main.py.