EUREKA AI · OVERVIEW
Turn complex innovation analysis into composable APIs
Bring Eureka AI into novelty search, FTO, technical Q&A, patent drafting, and R&D exploration—with traceable evidence and structured outputs.
- Domain AI
- Async tasks
- Evidence-ready
- Domain-tuned
- Built for IP and R&D
- Traceable
- Linked evidence sources
- Composable
- Long-running workflows
- Multilingual
- Cross-language analysis
Choose a workflow
Start with a professional outcome
Each API family supports an end-to-end innovation workflow rather than a standalone model call.
Patsnap LLM
Explore the Patsnap LLM workflow, inputs, and structured outputs.
3 endpointsView workflowBio-Pharma Encyclopedia Q&A
Explore the Bio-Pharma Encyclopedia Q&A workflow, inputs, and structured outputs.
2 endpointsView workflowTechnical Disclosure
Explore the Technical Disclosure workflow, inputs, and structured outputs.
3 endpointsView workflowTech Solution Exploration
Explore the Tech Solution Exploration workflow, inputs, and structured outputs.
6 endpointsView workflowMaterials Solution Exploration
Explore the Materials Solution Exploration workflow, inputs, and structured outputs.
9 endpointsView workflowTech Pre-research Report
Explore the Tech Pre-research Report workflow, inputs, and structured outputs.
3 endpointsView workflowNovelty Search
Explore the Novelty Search workflow, inputs, and structured outputs.
12 endpointsView workflowTechnical Q&A
Explore the Technical Q&A workflow, inputs, and structured outputs.
2 endpointsView workflowSpecification Drafting
Explore the Specification Drafting workflow, inputs, and structured outputs.
5 endpointsView workflowDesign Infringement Search
Explore the Design Infringement Search workflow, inputs, and structured outputs.
2 endpointsView workflowDesign Infringement 1v1
Explore the Design Infringement 1v1 workflow, inputs, and structured outputs.
2 endpointsView workflowFeasibility Analysis Assistant
Explore the Feasibility Analysis Assistant workflow, inputs, and structured outputs.
2 endpointsView workflowPatsnap OCR
Explore the Patsnap OCR workflow, inputs, and structured outputs.
1 endpointsView workflowAI Translation
Explore the AI Translation workflow, inputs, and structured outputs.
1 endpointsView workflowFTO Search
Explore the FTO Search workflow, inputs, and structured outputs.
8 endpointsView workflowFormulation Assistant
Explore the Formulation Assistant workflow, inputs, and structured outputs.
2 endpointsView workflowNovelty Check Assistant
Explore the Novelty Check Assistant workflow, inputs, and structured outputs.
2 endpointsView workflowOthers
Explore the Others workflow, inputs, and structured outputs.
11 endpointsView workflowAsync task lifecycle
Understand how AI tasks progress
Submit input, persist the task_id, then retrieve intermediate analysis and the final structured result.
- INPUT
Submit domain context
Provide a technical disclosure, target market, document, image, or another supported input.
- REASON
Inspect intermediate analysis
Confirm features, search strategies, citations, or reasoning nodes where the workflow supports it.
- OUTPUT
Consume structured results
Embed conclusions, evidence, and reports in your product or review process.
CREATE A TASK
Start an analysis with one POST request
This example explains the task entry point without duplicating general authentication and error-handling guidance.
Authentication
Connect securely before creating a task
Use a server-side API key, persist the returned task_id, and follow each workflow's status contract.
curl --request POST \
--url https://connect.patsnap.com/ai/novelty-search/submit \
--header 'Authorization: Bearer <ACCESS_TOKEN>' \
--header 'Content-Type: application/json' \
--data '{
"input": "A device-state monitoring method using multimodal sensors...",
"lang": "en"
}'Resources