Skip to main content
Version: 2.0.0

Authentication

Resemble uses API keys to allow access to the API.

If you have an account, you can find your API key here. If not, you're more than welcome to register here.

Authentication is as simple as including the following header in all your HTTP requests:

Authorization: Bearer YOUR_API_TOKEN

Examples

NodeJS
1 2 3 import { Resemble } from '@resemble/node' Resemble.setApiKey('YOUR_API_TOKEN')