# Kisara API Documentation > Developer-focused API docs for reliable, secure, and production-ready Kisara integrations. ## Docs - [Generate API key](https://docs.kisara.my.id/api-reference/api-keys/generate-api-key.md): Create a new API key for consumer API access. Requires authenticated web session. - [List API keys](https://docs.kisara.my.id/api-reference/api-keys/list-api-keys.md): Returns all API keys owned by the authenticated user. - [Revoke API key](https://docs.kisara.my.id/api-reference/api-keys/revoke-api-key.md): Revoke an API key owned by the authenticated user. - [Generate Google OAuth URL](https://docs.kisara.my.id/api-reference/auth-internal-web-session/generate-google-oauth-url.md): Internal frontend login flow: returns Google OAuth consent URL. - [Google OAuth callback](https://docs.kisara.my.id/api-reference/auth-internal-web-session/google-oauth-callback.md): Internal frontend login flow: exchange authorization code and issue JWT web-session tokens. - [Google OAuth callback redirect](https://docs.kisara.my.id/api-reference/auth-internal-web-session/google-oauth-callback-redirect.md): Google redirect handler for web login: exchanges authorization code, sets auth cookies, and redirects to frontend dashboard. - [Refresh JWT token](https://docs.kisara.my.id/api-reference/auth-internal-web-session/refresh-jwt-token.md): Internal web-session flow: validate refresh token and issue new JWT pair. - [Get openapijson](https://docs.kisara.my.id/api-reference/get-openapijson.md) - [Get openapiyaml](https://docs.kisara.my.id/api-reference/get-openapiyaml.md) - [API welcome endpoint](https://docs.kisara.my.id/api-reference/home/api-welcome-endpoint.md) - [Get platform stats](https://docs.kisara.my.id/api-reference/home/get-platform-stats.md) - [Create message](https://docs.kisara.my.id/api-reference/message/create-message.md) - [Delete message](https://docs.kisara.my.id/api-reference/message/delete-message.md) - [Delete reply](https://docs.kisara.my.id/api-reference/message/delete-reply.md) - [Get messages by link](https://docs.kisara.my.id/api-reference/message/get-messages-by-link.md) - [Get replies for message](https://docs.kisara.my.id/api-reference/message/get-replies-for-message.md) - [Reply to message](https://docs.kisara.my.id/api-reference/message/reply-to-message.md) - [Toggle like by creator](https://docs.kisara.my.id/api-reference/message/toggle-like-by-creator.md) - [Get current user profile](https://docs.kisara.my.id/api-reference/user/get-current-user-profile.md) - [API Overview](https://docs.kisara.my.id/api/overview.md): How to use the Kisara API safely and consistently - [Kisara API](https://docs.kisara.my.id/index.md): Developer documentation for fast and reliable Kisara API integration ## OpenAPI Specs - [openapi](https://docs.kisara.my.id/openapi/openapi.json) ## Optional - [Website](https://kisara.my.id) - [GitHub](https://github.com/AnggaaIs/kisara-api)