← Back to catalog

Other

CORE API v2

auto-generated
swirls add core
actionPOSTv1.0.0

Get all near duplicate articles

Method accepts values for several parameters and retrieves a JSON array of articles which have near duplicate content matching the input parameters' values. The response array contains ids of the near duplicate articles along with their relevance scores.

Source
actionGETv1.0.0

Get article history by CORE ID

Method accepts a single CORE ID and returns a list of all historical versions of the article, which are stored in CORE database. The results are ordered from the newest one to the oldest one.

Source
actionPOSTv1.0.0

Get articles by similarity to a text

Method accepts a text and retrieves a JSON array of articles which are similar to the given text. The response array is ordered based on similarity score, starting from the most similar.

Source
actionGETv1.0.0

Search through all documents

Searches through all articles and returns a JSON array with search results. Method searches through all article fields.

Source
actionGETv1.0.0

Search through all repositories

Searches through all repositories and returns a JSON array with search results. Method searches through all repository fields.

Source
actionGETv1.0.0

Search through all resources

Searches through all resources and returns a JSON array with search results. Method searches through all resources and all fields. The results are ordered by relevance score and contain type of the relevant resource and its ID. The metadata of each resource need to be obtained through an appropriate method.

Source
actionGETv1.0.0

Search through journals

Searches through all journals and returns a JSON array of search results. Method searches through all journal fields (title, identifiers, subjects, language, rights and publisher).

Source
Beyond the catalog

Any provider, on request.

01

Request it

Tell us which provider you need, and we will ship it in the registry.

02

Generate it

Point swirls add at an OpenAPI or GraphQL spec. Typed actions for any API you hold credentials for, today.

acme · integrations
terminal
~/acme $swirls add linear
✓ 12 typed actions · scopes and schemas included
 
~/acme $swirls add https://api.acme.dev/openapi.json
◆ Fetched spec · 38 operations
✓ 6 typed actions · generated from spec