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/graphqlarrow-up-right. In general, it's easier to use a GraphQL client to send your requests, but plain JSON bodies are also possible.

Populair client libraries:

node.js -https://github.com/prisma-labs/graphql-requestarrow-up-right

php -https://webonyx.github.io/graphql-php/arrow-up-right

go -https://github.com/hasura/go-graphql-clientarrow-up-right

Preview the schema

The GraphQL schema is documentation in itself, to view the schema simply open https://api.viesus.cloud/graphiqlarrow-up-right in your browser. This will open a playground where you can inspect the full schema.

The process

  1. Authentication - Ensuring that data and images or PDFs traffic remains secure between the sender and receiver.

  2. Upload image/PDF - Placing the image or PDF on our server so that various enhancements can be made on it.

  3. Enhance image/PDF - Run one or more enhancements on the image or PDF.

  4. Check status - Checking the status of enhancement.

  5. Get enhancement - Retrieving the enhanced image or PDF.

Last updated