Skip to content

ApoAlly API#

Early Access Program

ApoAlly is currently available exclusively for pharmacies participating in our Early Access Program. The program offers participating pharmacies the opportunity to benefit early from innovative features and actively contribute to further development. Interested pharmacies can contact us to learn more about the participation requirements.


The ApoAlly API is a modern and versatile interface specifically designed to enable pharmacies and businesses to seamlessly integrate AI-powered features into their existing systems. It provides comprehensive access to powerful models for natural language processing, generating precise responses, and automating processes. This documentation provides detailed instructions, practical code examples, and best practices to make optimal use of the API.


flowchart TD
    A[User Input] --> B[**REST API**]
    B --> C[**ApoAlly**]
    C --> D[Generate Response]
    C --> E[Optional: Additional Features]
    E --> C

    subgraph Additional Features
    direction BT
        E1["`Internet Search
        Research
        Graphic Creation
        AMK
        Wikipedia
        MSV3
        Insights
        Holidays
        OpenStreetMap
        Food Warnings`"]
    end

    E --> Additional Features
    D --> K[**Output to User**]