Welcome
Welcome to the Viesus Cloud API Documentation. This guide should get you up and running with in no time.
GraphQL
The Viesus Cloud API is a GraphQL API which means you only have to send POST requests to one URL https://api.viesus.cloud/graphql. In general, it's easier to use a GraphQL client to send your requests, but plain JSON bodies are also possible.
Populair client libraries:
Preview the schema
The GraphQL schema is documentation in itself, to view the schema simply open https://api.viesus.cloud/graphiql in your browser. This will open a playground where you can inspect the full schema.
The process
Authentication - Ensuring that data and images or PDFs traffic remains secure between the sender and receiver.
Upload image/PDF - Placing the image or PDF on our server so that various enhancements can be made on it.
Enhance image/PDF - Run one or more enhancements on the image or PDF.
Check status - Checking the status of enhancement.
Get enhancement - Retrieving the enhanced image or PDF.
Last updated