Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@apolloai/api-client

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apolloai/api-client

Client for the apollo.ai APIs.

  • 0.10.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
increased by350%
Maintainers
1
Weekly downloads
 
Created
Source

@apolloai/api-client

Test CICD

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

Keywords

FAQs

Package last updated on 06 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc