Features

Base URL

The base URL for all API endpoints is:

https://api.cloudglue.dev

Authentication

For authentication, it’s required to include an Authorization header. The header should contain Bearer cg-123456789, where cg-123456789 represents your API Key.

Authorization: Bearer cg-123456789

Response codes

Cloudglue employs traditional HTTP response codes.

StatusDescription
200Request was successful
400Bad Request. Check the parameters and try again.
401API key is invalid or was not provided
402Insufficient credits on the account.
404Specific resource was not found
429Usage limit has been exceeded.
500Signifies a problem with Cloudglue.

Refer to the Error Codes section for a detailed explanation of all potential API errors.

Usage limits

The Cloudglue API has a rate limit to ensure the stability and reliability of the service. You exceed the rate limit, you will receive a 429 error code.

For more information on the usage limits, please refer to the Usage Limits page.