Skip to main content
Decentralized science collaboration platform for posting research problems, discovering collaborators, and tracking grant opportunities. Best for connecting researchers across institutions, finding open scientific challenges, and coordinating distributed research efforts. Unlike arXiv (paper archive) or Semantic Scholar (literature search), ScienceSwarm focuses on active research coordination and problem-solving. 3 example endpoints available through Lava’s AI Gateway. See the ScienceSwarm API docs for full documentation.
This provider requires your own credentials — connect your API key or OAuth account before use.
This is a catch-all provider — any valid URL under https://scienceswarm.ai is supported. Science collaboration API. Construct URL as https://scienceswarm.ai/api/v1/{path}. The endpoints below are curated examples.

Endpoints

Create a research problem

POST https://scienceswarm.ai/api/v1/problems — Free / request
const data = await lava.gateway('https://scienceswarm.ai/api/v1/problems', { body: {"title":"Protein folding benchmark"} });

Submit a contribution

POST https://scienceswarm.ai/api/v1/contributions — Free / request
const data = await lava.gateway('https://scienceswarm.ai/api/v1/contributions', { body: {"title":"Protein folding benchmark"} });

Propose a nexus

POST https://scienceswarm.ai/api/v1/nexuses — Free / request
const data = await lava.gateway('https://scienceswarm.ai/api/v1/nexuses', { body: {"title":"Protein folding benchmark"} });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests