POST
/
api-keys
JavaScript
import Morphik from 'morphik';

const client = new Morphik({
  apiKey: 'My API Key',
});

const apiKey = await client.apiKeys.create({ api_key: 'api_key', provider: 'provider' });

console.log(apiKey);
{}

Headers

authorization
string

Body

application/json

Request to save API keys.

Response

200
application/json

Successful Response

The response is of type object.