0.10.10 • Published 4 years ago

@apolloai/api-client v0.10.10

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@apolloai/api-client

Test CICD codecov npm

This is the official client for the apollo.ai API. Currently, only the autoabstract and clustering endpoints are supported. Support the pdf segmentation endpoints is planned. There are also some yet undocumented/semi-official helper endpoints available like extraction, sanitation and continuous clustering.

To use this api, an API key is mandatory and can be requested via our contact form.

Installation

npm i @apolloai/api-client 

or

yarn add @apolloai/api-client 

Importing with typescript

import { ApiClient } from '@apolloai/api-client';

Usage of the apollo.ai autoabstract api

  const apolloClient = new ApiClient('your apollo API key');
  const result = await apolloClient.autoabstract({ headline, text, maxCharacters, keywords });
0.10.10

4 years ago

0.10.9

4 years ago

0.10.8

4 years ago

0.10.5

4 years ago

0.10.6

4 years ago

0.10.7

4 years ago

0.10.4

4 years ago

0.10.3

4 years ago

0.10.2

4 years ago

0.10.1

4 years ago

0.10.0

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago