Introduction
The client library for Java offers an easy-to-use interface to interact with Sunra’s services.Installation
To integrate the client into your project, add the dependency using Maven or Gradle:Features
Calling Endpoints
Sunra manages endpoint requests through a queue system, ensuring reliability and scalability. Use thesubscribe method to submit a request and await the result.
Example:
Queue Management
Manage your requests with these methods:Submitting a Request
Submit a request and retrieve therequest_id for later use.
Example:
Checking Request Status
Retrieve the status of a request. Example:Retrieving Request Results
Fetch the result of a completed request. Example:File Uploads
Not implemented yet.
Maximum file size: 100MB
Support
Join our community for help or discussions:- Discord Community: Join us
- GitHub Repository: Visit here