GeneTech 14-Sites · Knowledge Infrastructure

API Pricing Plans

Three flexible plans, from free browsing to professional subscription.
30 science topic sites with structured scientific knowledge data, updated daily.

30
Science Topic Sites
300k+
Structured Entities
1M+
Target Scale
Daily
Data Updates

Free

No registration, browse metadata directly
¥0forever
No API key required
  • 60 requests per minute
  • Domain list + entity metadata
  • Open-source project registry
  • Health check endpoint
  • Semantic search
  • Full-field entity data
Get Started →

Partner

Dedicated gateway, slb_-prefixed key
Customannual
For research collaborators / ecosystem partners
  • 120 requests per minute
  • Full entity read access
  • Domain read access
  • Isolated gateway, separate from Pro
  • Semantic search
  • Ecosystem collaboration channel
Contact Us →

Pro

Full fields + semantic search + high quota
¥39.9/year
or ¥199 lifetime license
  • 600 requests per minute
  • Full-field entities + citation export
  • Semantic search (13k high-confidence entities)
  • Data update notifications
  • Priority technical support
  • SLA guarantee
Buy Now →

Feature Comparison

Feature Free Partner Pro
Rate limit60/min120/min600/min
Domain metadata
Entity metadata
Full-field entity data
Open-source project registry
Semantic search /v1/search/semanticPartial
Citation export
Dedicated gateway✓ (slb_)✓ (gtk_)
Data update notifications
Technical supportCommunityDedicated channelPriority response
PriceFreeCustom¥39.9/yr · ¥199 lifetime

Data Scale Auto-synced daily, no reconnection needed

30
Science Topic Sites
300k
Current Structured Entities
13k
Search Index Entities
100+
OSS Project Snapshots / Day

Rate Limits

Free (no key) 60 requests / minute
Partner (slb_ key) 120 requests / minute
Pro (gtk_ key) 600 requests / minute

Rate limits use a sliding window. When exceeded, the API returns HTTP 429 with a Retry-After response header indicating the retry interval.

API Endpoints OpenAPI 3.1 spec, see Quick Start below

GET /v1/domains Metadata for 30 science topic sites Free
GET /v1/entities Entity aggregation index (includes per-site URLs) Free
GET /v1/oss/registry Open-source project registry (daily GitHub / HF / PWC snapshot) Free
GET /health Service health check Free
POST /v1/search/semantic Semantic search (13k high-confidence entities, weighted match) Pro

How It Works

Choose a plan

Pick Free / Partner / Pro based on your needs. Free requires no registration; Partner is discussed with our ops team; Pro is billed through Hipiaomoney.

Get an API key

Free needs no key; Partner receives a slb_... key; Pro receives a gtk_... key (HMAC-signed, statelessly verifiable) after payment.

Call the API

Add Authorization: Bearer <your_key> to your request header. Production endpoint: https://api.swarmlabs.tools.

Auto data sync

Entities accumulate daily, the search index is rebuilt daily, and the OSS registry is scanned daily. Your key is isolated — data updates need no reconnection.

Quick Start Three lines to get going

# 1. Full dataset, no key required (live now)
curl -s https://data.swarmlabs.tools/embodied-ai/website/api/entities.json \
  | jq '.[0:3]'

# 2. Semantic search — Pro tier (requires gtk_ key)
curl -s -X POST https://api.swarmlabs.tools/v1/search/semantic \
  -H "Authorization: Bearer gtk_..." \
  -H "Content-Type: application/json" \
  -d '{"query": "reinforcement learning safety", "sites": ["ai-safety"]}'

# 3. Partner full pull via gateway (requires slb_ key)
curl -s -H "Authorization: Bearer slb_..." \
  https://api.swarmlabs.tools/v1/entities

Endpoint status: the static dataset at data.swarmlabs.tools is live and needs no key. The JSON API at api.swarmlabs.tools is deployed but its custom-domain binding is pending — it will serve the endpoints above once bound. Static access works either way.

Independence Guarantee

14-Sites focuses on information gathering and structuring. We do NOT:

Model training / inferenceConsumers handle this themselves
Commercial data processing / complianceCompliance responsibility stays with the consumer
Mixed authentication with other projectsEach consumer uses its own key prefix
Three HMAC keys fully isolatedFree / Partner / Pro do not affect each other

Frequently Asked Questions

What if I hit the free tier limit?

The free tier is 60 requests per minute (not a daily or monthly quota) — normal usage rarely triggers it. If you need more headroom, upgrade to Pro for 600 requests per minute.

Is the data real-time?

Entities accumulate daily (hourly batch processing). The search index is rebuilt daily and the OSS registry is scanned daily. Freshness is exposed via the lastUpdated field in /v1/domains responses.

Which domains does the data cover?

30 science topic sites including agent-ecosystem / agritech / ai-safety / ai4science / biomed-ai / brain-science / carbon-neutral / deep-sea-tech / embodied-ai / quantum-computing / robot-parts / semiconductor, and more. Full list at /v1/domains.

Where does the data come from?

arXiv / Semantic Scholar / Crossref / EuropePMC / Papers with Code / GitHub / HuggingFace. All sources are public academic or open-source data.

Can I get a refund on Pro?

The ¥199 lifetime license is a one-time payment and is non-refundable. The ¥39.9 annual subscription auto-downgrades to Free when it expires without renewal. Please confirm your plan before purchasing.

Does it work inside China?

The JSON API at api.swarmlabs.tools runs on Cloudflare Workers; its custom-domain binding is currently pending, so the verified-working path today is the static dataset at https://data.swarmlabs.tools/<site>/website/api/entities.json. Inside China, *.workers.dev is blocked at the network layer — use the GitHub Pages origin (data.swarmlabs.tools) or your own proxy.

Can I use the data for training?

Yes. The data comes from public academic and open-source sources under the MIT license. Consumers are responsible for their own downstream compliance (e.g. GDPR, CC licensing).

How do I contact the ops team?

See the contact section below for partnership inquiries. For technical issues, use GitHub Issues at lm203688/genetech-14-sites.

Contact Us

📧
Partnershipemail@example.com
📦
GitHublm203688/genetech-14-sites
📄
OpenAPI specopenapi.yaml (9 endpoints + 5 schemas)
📚
Consumer onboardingdocs/consumer-onboarding.md