> For the complete documentation index, see [llms.txt](https://docs.apex-ai.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apex-ai.ai/appendix/editor.md).

# Company Timeline

Apex AI has been at the forefront of AI-powered gastrointestinal cancer diagnostics, continuously innovating and expanding through **strategic partnerships, R\&D breakthroughs, and global commercialization efforts**.

### **2024**

* Selected for the “TIPS Global Marketing Support Program” (Korea Ministry of SMEs & Startups).
* Chosen for the “Smart Healthcare Technology Program”, further strengthening AI-driven healthcare innovations.
* Signed strategic business partnership agreement with iKooB for joint commercialization efforts.

### **2023 - 2022**

* Successfully completed the TIPS 2nd Year Program & Startup Commercialization Support Project.
* Developed an AI-powered early detection & tracking platform for gastrointestinal cancer risk management.
* Conducted multi-hospital clinical studies with Seoul National University Hospital, Yonsei University Severance Hospital, and five other leading medical centers.
* Completed the CDW (Clinical Data Warehouse) AI System for Predicting Intradialytic Hypotension (IDH).

### **2021**

* Developed and launched an AI-based early detection & tracking system for gastrointestinal cancer risk assessment.
* Selected for the TIPS Core Program, validating its potential for AI-driven clinical applications.
* Completed AI development for Acute Kidney Injury (AKI) prediction.
* Developed new AI-driven diagnostic models for early-stage cancer detection.
* Certified as a Venture Company.

### **2020 - 2019**

* Completed a multi-tiered AI platform for Helicobacter pylori-associated stomach cancer risk assessment.
* Secured Seed investment from healthcare-focused venture capital.
* Selected for Korean government-backed startup acceleration programs, including:
  * Technology commercialization initiative for innovative SMEs.
  * Incheon National University’s AI healthcare R\&D project.
* Recognized as the #1 innovation at the 2019 NEMIC (New England Medical Innovation Center) MedTech Bootcamp


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.apex-ai.ai/appendix/editor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
