# API

### **Neevcloud API Access**&#x20;

Neevcloud offers a secure and scalable Infrastructure as a Service (IaaS) platform with full API access capabilities for end-users.

Our platform supports programmable interactions across all major cloud functions, enabling seamless integration with external systems and automation tools.

### **API Support**

Our Cloud infrastructure supports a wide range of RESTful APIs for the following services:

* Compute Services: Instance lifecycle management: provisioning, resizing, deletion, etc.
* Block Storage Services: Volume creation, attachment, snapshotting, and deletion.
* Network Services: Private network setup, public IP assignment, firewall rule configuration.
* Object Storage: Secure and scalable object storage with API based access.

### **Controlled API Access Policy**

To ensure robust security and compliance, Neevcloud follows a controlled API exposure model:

* Api access is disabled by default for all new users.
* Users must submit a formal request via our customer portal or support desk.
* Upon approval, secure API credentials and endpoint URLs will be issued.

### **Requesting API Access**

To request API access, please contact:

**Open ticket**:- To raise a ticket, go to the [Support ](https://docs.neevcloud.com/neevcloud-products/support)section in the dashboard.

* Email: <support@neevcloud.com>
* Phone: 1800-309-1433

Requests are processed within 3 business days as per internal service level policies.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.neevcloud.com/neevcloud-products/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
