Socket
Book a DemoInstallSign in
Socket

apollo-ai-api-client

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-ai-api-client

Client for the apollo.ai auto abstract api.

0.2.6
latest
Source
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
4
Weekly downloads
 
Created
Source

apollo-ai-api-client

This is the official client for the apollo.ai API. Currently, only the autoabstract endpoint is supported. Support for the clustering and the pdf segmentation endpoints are planned.

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

Installation

npm i apollo-ai-api-client 

Importing with typescript

import { ApolloAiClient, IAutoAbstractResponse } from 'apollo-ai-api-client';

Usage of the apollo.ai autoabstract api

  const apolloClient = new ApolloAiClient('your apollo API key');
  const result: IAutoAbstractResponse = await apolloClient.autoabstract(headline, text, maxCharacters, keywords);

Keywords

api client

FAQs

Package last updated on 05 Oct 2018

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.