# API

Smoogle's goal has always been to make machine translations affordable and accessible for everyone around the world.

As part of this goal, we are providing access to the API that uses Smoogle's translation engine for only **$20 (USD) for an unlimited number of characters**, making it one of the cheapest translation APIs in the world.

### How to Access

Request access to the API by visiting the [support server](https://discord.gg/G53U373) and creating a ticket. Once you have access, you'll be given instructions for generating keys for both testing/development and production.


---

# 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.smoogle.gg/smoogleapi.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.
