This repository contains the source code for the Arva SDK.
To install it, run:
npm i @arva-ai/sdkTo get started, create a client with:
const client = new Arva(
'arva_xxxx' // your Arva API key
)Full docs here.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains the source code for the Arva SDK.
To install it, run:
npm i @arva-ai/sdkTo get started, create a client with:
const client = new Arva(
'arva_xxxx' // your Arva API key
)Full docs here.