apize
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

apize-js

The official Apize SDK for NodeJS, for adding AI-powered intelligence to your apps.

Overview

This package provides access to the Apize APIs in a NodeJS environment, handling authentication and the processing of API requests.

Summarization example

const { Client } = require('apize');

// Create an Apize client with your API token
const apize = new Client('token');

// Summarize some text
const { summary } = await apize.text.summarize({
	text: 'The quick brown fox jumped over the lazy dog',
});
console.log('Summary: ', summary);

Resources

Readme

Keywords

none

Package Sidebar

Install

npm i apize

Homepage

apize.dev

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

15.8 kB

Total Files

24

Last publish

Collaborators

  • connerdouglass