Versioning
All you need to know about our API version
Versioning API in a nutshell
At Alphamoon Workspace, we keep versioning our API to maintain backward compatibility while also continuing to improve and extend the current API.
To put it simply, it allows us to introduce changes while minimizing disruptions and maintaining a clear distinction between different iterations of the API.
Version endpoint
Get version of the application
GET
/api/v0.3/version
API use cases
The API supports a variety of use cases. Here are some of them:
Creating processes
Creating collections
Uploading a file or multiple files
Exporting file or multiple files
See next:
Last updated