Documentation

Everything you need to integrate and build with Gelt AI

Quick Start Example

Get started with the Gelt AI API in just a few lines of code:

import geltai

# Initialize the client
client = geltai.Client(api_key="your_api_key")

# Perform academic research
results = client.academic.search(
    query="machine learning in healthcare",
    limit=10
)

# Analyze the results
for paper in results.papers:
    print(f"{paper.title} - {paper.authors[0]}")
v2.5.0

Latest Version

99.9%

API Uptime

<100ms

Avg Response Time

Need help with integration?

Our developer support team is here to help you get up and running quickly.