API v1 · REST · JSON

Build with VigyanLLM API

Integrate automated primer design, BLAST search, and multiple sequence alignment directly into your lab workflows and bioinformatics pipelines.

terminal
# Design primers with a single API call
curl -X POST https://www.vigyanllm.in/api/v1/primer/design \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"sequence": "ATGCGATCGATCG...", "organism": "human"}'

Everything You Need

Four surfaces to build, test, and monitor your integrations.

Documentation

Full API reference with request/response examples, authentication guide, and SDKs for Python and R.

Read the docs →

API Keys

Generate and manage API keys with scoped permissions. Rotate keys and set rate limits per key.

Manage keys →

Playground

Test API endpoints live in your browser. No setup required — authenticate and send requests instantly.

Open playground →

Webhooks

Get notified when async jobs complete. Subscribe to primer, BLAST, and payment events.

Configure webhooks →

Getting Started in 3 Steps

Go from zero to your first API call in under 5 minutes.

1

Generate an API Key

Sign in and create a key from the Developer Dashboard. Choose which tools your key can access.

2

Make Your First Request

Use the playground or curl to send a primer design request. Pass your key in the Authorization header.

3

Explore the Docs

Dive into endpoint references, error codes, webhook events, and rate limit details for your plan.

API Access by Plan

PlanCalls / MonthRate LimitEndpoints
FreeNo API accessWeb UI only
Pro (₹699/mo)1,00030 req/minAll endpoints
Lab (₹1,999/mo)10,000120 req/minAll endpoints + webhooks
Log in to VigyanLLM
Sign in to access the Developer Dashboard
Don't have an account? Register
OR
Sign in with Google
Create a free account to access the Developer Dashboard.