Headers
Body
application/json
Response
Successful Response
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);
{}
Save API key for a provider.
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);
{}
Successful Response
Was this page helpful?