Base URL

The Orcus API is designed using REST principles, and to ensure the highest level of security, all communication is transmitted over HTTPS.

All requests contain the following base URL:

https://api.orcus.com.bd/api

Authentication

To authenticate your requests, you’ll need to provide an access key and secret key, which can be obtained from your Orcus dashboard.

Include these keys in your request headers under the following keys:

x-auth-access-key: <your-access-key>
x-auth-secret-key: <your-secret-key>

Treat these keys as sensitive data; they authenticate your requests and should be kept secure.

Rate Limiting

Please note that we have rate limiting policies in place to ensure fair usage and protect the quality of our service. You are allowed to make up to 50 requests per second. If you exceed this limit, you may experience temporary restrictions.