PerslyPersly API

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

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:

  1. Create an account at platform.persly.ai
  2. Generate an API key from the dashboard
  3. Make your first API call
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.

On this page