# APIs reference

# immudb gRPC API reference

Here the gRPC documentation that shows available endpoints with protobuffer protocol

immudb gRPC

# immugw RESTful API reference

immugw can be found in a different repository (opens new window)

You can find the swagger schema here:

swagger immugw (opens new window)

If you want to run the Swagger UI, simply run the following Docker command after you cloned this repo:

docker run -d -it -p 8081:8080 --name swagger-immugw -v ${PWD}/pkg/api/gw.schema.swagger.json:/openapi.json -e SWAGGER_JSON=/openapi.json  swaggerapi/swagger-ui

# Examples