Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

Repository files navigation

@apolloai/api-client

TestCICDcodecovnpm

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 });

About

NodeJS client for the apollo.ai APIs

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages