Introduction
Build intelligent healthcare applications with Persly Medical AI APIs.
Persly provides a suite of medical AI APIs designed for healthcare applications. Our APIs deliver clinically accurate information backed by verified medical sources, enabling developers to build intelligent healthcare products.
APIs
Chat Completions
Conversational medical AI with source citations and follow-up suggestions.
Embeddings
Generate 768-dimensional embeddings optimized for medical text.
Rerank
Rerank documents by medical relevance for improved search accuracy.
Finder
AI-powered medical information search with optional answer generation.
Key Features
- Medical Domain Expertise — Models trained and optimized for healthcare use cases
- Source Citations — Every response includes verified medical references
- OpenAI-Compatible — Drop-in replacement with familiar API patterns
- Streaming Support — Real-time SSE streaming for chat completions
- Simple Pricing — Pay-per-request with no hidden fees
Getting Started
Get your first API response in under 5 minutes:
- Create an account at platform.persly.ai
- Generate an API key from the dashboard
- Make your first API call
curl https://api.persly.ai/v1/chat/completions \
-H "Authorization: Bearer $PERSLY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "persly-chat-v1",
"messages": [{"role": "user", "content": "What are the common symptoms of type 2 diabetes?"}]
}'Ready to dive in? Follow our Quickstart Guide for a complete walkthrough.