Academic Research APIfor Intelligent Apps
Access powerful academic search, paper extraction, AI summarization, and translation through a simple REST API. Build research tools in minutes.
1,000 free credits/month. No credit card required.
POST /v1/search
import requests
response = requests.post(
"https://api.qinyanai.com/v1/search",
headers={"Authorization": "Bearer YOUR_API_KEY"},
json={
"query": "transformer attention mechanism",
"limit": 5,
}
)
papers = response.json()["results"]
for paper in papers:
print(paper["title"])Everything you need for academic research
Six powerful APIs that cover the entire research workflow -- from discovery to translation.
Academic Search
Search across 200M+ papers from Semantic Scholar, OpenAlex, and more with semantic understanding.
Paper Extraction
Extract structured data from any academic paper URL -- metadata, abstract, full text, and references.
Deep Research
AI-powered multi-step research that synthesizes findings across dozens of papers automatically.
Playground
Try every API endpoint directly in your browser. No setup required -- just paste and go.
Simple, transparent pricing
Start free with 1,000 credits per month. Scale as you grow.