Glossary

Endpoint

When discussing APIs, an "endpoint" is a single service that is offered by a host software that can be requested by a client. An endpoint on an API hosted on the internet is usually represented by a URL, such as https://api.zoo.dev/user.

Some endpoints may ask the host to fetch and return some data, like getting your user, or ask them to perform some work for the client and return the result, like converting a CAD file.

Zoo has endpoints for hardware design actions, managing your user, and more.

Subject domains

Found a typo?