# CamposCloud ## Docs - [Limits](https://docs.camposcloud.com/api-reference/api-limits.md): In this guide we will teach you about the limits of our API, including rate limits and data limits. - [Authentication](https://docs.camposcloud.com/api-reference/authentication.md): In this guide we will teach you how to get your API Token so you can authenticate to our API. - [/v1/apps/:appId](https://docs.camposcloud.com/api-reference/endpoint/v1/applications/appId.md): This endpoint retrieves information about a specific application by its ID. - [/v1/apps/create](https://docs.camposcloud.com/api-reference/endpoint/v1/applications/create.md): This endpoint creates a new application. - [/v1/apps/{appId}/delete](https://docs.camposcloud.com/api-reference/endpoint/v1/applications/delete.md): This endpoint deletes an application by its ID. - [/v1/apps](https://docs.camposcloud.com/api-reference/endpoint/v1/applications/list.md): This endpoint retrieves a list of all applications. - [/v1/apps/{appId}/restart](https://docs.camposcloud.com/api-reference/endpoint/v1/applications/restart.md): This endpoint restarts an application by its ID. - [/v1/apps/{appId}/start](https://docs.camposcloud.com/api-reference/endpoint/v1/applications/start.md): This endpoint starts an application by its ID. - [/v1/apps/{appId}/stop](https://docs.camposcloud.com/api-reference/endpoint/v1/applications/stop.md): This endpoint stops an application by its ID. - [/v1/apps/{appId}/update](https://docs.camposcloud.com/api-reference/endpoint/v1/applications/update.md): This endpoint updates an application by its ID. - [/v1/apps/{appId}/files](https://docs.camposcloud.com/api-reference/endpoint/v1/filesystem/deleteFile.md): This endpoint deletes a file or directory at the specified path within an application. - [/v1/apps/{appId}/download](https://docs.camposcloud.com/api-reference/endpoint/v1/filesystem/downloadFile.md): This endpoint download a file from an application by its ID. - [/v1/apps/{appId}/files](https://docs.camposcloud.com/api-reference/endpoint/v1/filesystem/getFiles.md): This endpoint retrieves the files of an application by its ID. - [/v1/apps/{appId}/upload](https://docs.camposcloud.com/api-reference/endpoint/v1/filesystem/uploadFile.md): This endpoint allows you to upload a file to the specified application. - [/v1/users/@me](https://docs.camposcloud.com/api-reference/endpoint/v1/users/@me.md): This endpoint retrieves the authenticated users information. - [Introduction](https://docs.camposcloud.com/index.md): Welcome to the CamposCloud documentation 👋! This is your go-to resource for everything you need to know about integrating with our API ! - [Introduction](https://docs.camposcloud.com/sdk/index.md): Here you will find the documentation for the CamposCloud SDK, including installation instructions and usage examples. - [Getting started](https://docs.camposcloud.com/sdk/javascript/getting-started.md): Coming soon: This section will provide detailed information on how to get started with the CamposCloud SDK, including installation instructions and usage examples. - [Getting started](https://docs.camposcloud.com/sdk/python/getting-started.md): Coming soon: This section will provide detailed information on how to get started with the CamposCloud SDK, including installation instructions and usage examples. ## OpenAPI Specs - [openapi](https://docs.camposcloud.com/api-reference/openapi.json) ## Optional - [Website](https://camposcloud.com) - [Discord Community](https://discord.gg/camposcloud) - [Status page](https://status.camposcloud.com)