Skip to content

API Reference

The Pia Cloud API is hosted at cloud.pia-ai.de and provides authentication, conversation sync, and AI proxy endpoints.

https://cloud.pia-ai.de

All authenticated endpoints require a Bearer token in the Authorization header:

Authorization: Bearer <jwt-token>

Create a new account.

Authenticate and receive a JWT token.

List synced conversations.

Upload encrypted conversation data.

Returns 200 OK if the server is running.