1.0.0 • Published 1 year ago

apize v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.0

1 year ago

0.0.1

1 year ago