What problem does it solve?
This Skill unit provides access to the openloomi backend APIs, enabling you to integrate features like authentication, AI services, and other server-side functionalities into your applications.
Core Features & Use Cases
- API Documentation and Reference: Access comprehensive documentation for all openloomi API endpoints.
- Authentication: Handle OAuth, login, register, and token management.
- Chat and Character Management: Create, retrieve, and manage chat characters.
- Message Sending and Sync: Interact with the openloomi messaging system.
- File Storage and Upload: Manage file storage and upload functionalities.
- Integrations: Connect with external platforms like Slack, Discord, and more.
- AI Services: Utilize AI capabilities like LLM, embeddings, images, and audio.
- Billing and Insights: Access billing information and insights into your usage.
Quick Start
Use the openloomi-api skill to get the current user info with the following command:
curl http://localhost:3414/api/remote-auth/user -H "Authorization: Bearer $TOKEN"