If you are beginning your journey with Senzing, please start with Senzing Quick Start guides.
You are in the Senzing Garage where projects are "tinkered" on. Although this GitHub repository may help you understand an approach to using Senzing, it's not considered to be "production ready" and is not considered to be part of the Senzing product. Heck, it may not even be appropriate for your application of Senzing!
The Senzing REST API specification is an OpenAPI 3.0 Specification of the RESTful API supported by the Senzing API server.
Viewing the Senzing REST API OpenAPI specification:
Using Docker. Example:
sudo docker run \
--env URL=https://raw.githubusercontent.com/senzing-garage/senzing-rest-api-specification/main/senzing-rest-api.yaml \
--name senzing-swagger-ui \
--publish 9180:8080 \
--rm \
swaggerapi/swagger-ui
Open browser to localhost:9180
View previous versions of the Senzing REST API OpenAPI specification:
Please create an issue for any requests for clarification or change.