# Classlife API

Classlife recibe comunicación por parte de terceros a través de la solicitudes a la URL del portal del centro educativo. &#x20;

La comunicación a través de Internet utilizando la interfaz **API-REST**, viaja **encriptada (SSL)** y con ficheros **JSON**&#x20;

### Crear APIKeys

La gestión de las ApiKeys las realiza el propio centro dentro de Classlife en: &#x20;

**Configuración --> ApiKeys**

Puedes generar tantas ApiKeys como se necesiten, de hecho es recomendable para poder identificar y dar paso o denegar la comunicación de datos desde el exterior.

![](/files/dL41RaiU03lR8qrnJ5Ea)

En classlife tenemos 2 versiones de API en activo. En función de la necesidad se utilizará una versión u otra.&#x20;

[Classlife API-REST versión 0](/api/master/classlife-api-v.0.md)

[Classlife API-REST versión 1](/api/master/classlife-api-v.1.md)


---

# 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://classlife.gitbook.io/api/master.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.
