Skip to content

Latest commit

 

History

History
 
 

fastapi_serving

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Deploy any FastAPI app

With NimbleBox Serving you can run any FastAPI app without changing a single line of code. server.py contains a server to list and update items.

nbx serve upload server:app --id '' --serving_type="fastapi"

APIs

All your APIs will be available with a simple /x/ suffix. For example, the items API will be available at /x/items/.

https://api.nimblebox.ai/ago7kguk/j0wnnjmx/x/items

You can make a simple cURL requests like this:

curl https://api.nimblebox.ai/agj792uk/j0wnnjmx/x/items/foo -H 'NBX-KEY: <your-key>'