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 workflow

Bio-Pharma Encyclopedia Q&A

Explore the Bio-Pharma Encyclopedia Q&A workflow, inputs, and structured outputs.

2 endpointsView workflow

Technical Disclosure

Explore the Technical Disclosure workflow, inputs, and structured outputs.

3 endpointsView workflow

Tech Solution Exploration

Explore the Tech Solution Exploration workflow, inputs, and structured outputs.

6 endpointsView workflow

Materials Solution Exploration

Explore the Materials Solution Exploration workflow, inputs, and structured outputs.

9 endpointsView workflow

Tech Pre-research Report

Explore the Tech Pre-research Report workflow, inputs, and structured outputs.

3 endpointsView workflow

Novelty Search

Explore the Novelty Search workflow, inputs, and structured outputs.

12 endpointsView workflow

Technical Q&A

Explore the Technical Q&A workflow, inputs, and structured outputs.

2 endpointsView workflow

Specification Drafting

Explore the Specification Drafting workflow, inputs, and structured outputs.

5 endpointsView workflow

Design Infringement Search

Explore the Design Infringement Search workflow, inputs, and structured outputs.

2 endpointsView workflow

Design Infringement 1v1

Explore the Design Infringement 1v1 workflow, inputs, and structured outputs.

2 endpointsView workflow

Feasibility Analysis Assistant

Explore the Feasibility Analysis Assistant workflow, inputs, and structured outputs.

2 endpointsView workflow

Patsnap OCR

Explore the Patsnap OCR workflow, inputs, and structured outputs.

1 endpointsView workflow

AI Translation

Explore the AI Translation workflow, inputs, and structured outputs.

1 endpointsView workflow

FTO Search

Explore the FTO Search workflow, inputs, and structured outputs.

8 endpointsView workflow

Formulation Assistant

Explore the Formulation Assistant workflow, inputs, and structured outputs.

2 endpointsView workflow

Novelty Check Assistant

Explore the Novelty Check Assistant workflow, inputs, and structured outputs.

2 endpointsView workflow

Others

Explore the Others workflow, inputs, and structured outputs.

11 endpointsView workflow

Async task lifecycle

Understand how AI tasks progress

Submit input, persist the task_id, then retrieve intermediate analysis and the final structured result.

  1. INPUT

    Submit domain context

    Provide a technical disclosure, target market, document, image, or another supported input.

  2. REASON

    Inspect intermediate analysis

    Confirm features, search strategies, citations, or reasoning nodes where the workflow supports it.

  3. 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

Keep building