# API

1. **What is Deep-image.ai API?**\
   The Deep-image.ai API is an interface that allows developers to integrate the capabilities of the Deep-image.ai application into their own software or applications. It provides access to various image processing and analysis functions, enabling developers to leverage advanced computer vision technologies.<br>

2. **How do I get started with the Deep-image.ai API?**\
   To get started with the Deep-image.ai API, you need to sign up for an account on the Deep-image.ai website. Once you have an account, you can obtain an API key, which you will use to authenticate your requests. The API documentation provides detailed information on how to make requests, including the available endpoints, parameters, and examples.<br>

3. **Where can I find my API key?**\
    Once you have created your account, you will find your unique API key in your profile details. <br>

4. **For what purpose can I use API?** \
   You can use API to integrate Deep-Image into your website, app or workflow. You can find the relevant docs here. <br>

5. **How many images can I process simultaneously with the use of API?** \
   You can process simultaneously as many images as you have available in your account’s plan. If you upload several images, they will be processed one by one. 

6. **What programming languages are supported by the Deep-image.ai API?**\
   The Deep-image.ai API supports requests from any programming language that can make HTTP requests and handle JSON responses. This includes popular languages like Python, Java, JavaScript, Ruby, PHP, and many others. You can use the programming language of your choice to interact with the API.<br>

7. **Are there any usage limits or restrictions for the Deep-image.ai API?**\
   Yes, there are usage limits and restrictions for the Deep-image.ai API. The specific details of these limits are outlined in the API documentation and may vary depending on your subscription plan. Usage limits typically include factors such as the number of API requests per minute, the maximum image file size, and the total monthly usage. If you anticipate higher usage requirements, you can reach out to our support team to discuss enterprise options.<br>

8. **What kind of support is available for the Deep-image.ai API?**\
   Deep-image.ai provides support for API-related inquiries through its customer support channels. This can include assistance with integration, troubleshooting, and general questions about the API functionalities. The level of support available may vary depending on your subscription plan. Detailed documentation and code examples are also provided to help developers get started and make the most of the API.<br>

9. **Is there a trial period available for the Deep-image.ai API?**\
   Deep-image.ai may offer a trial period for the API, allowing users to explore its features and evaluate its capabilities. However, the availability of a trial period may vary, and it is recommended to visit the Deep-image.ai website or contact their support team to inquire about any ongoing trial offerings.


---

# 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://faq.deep-image.ai/api-and-integrations/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.
