Javascript
import Openregister from 'openregister'; const client = new Openregister({ apiKey: 'My API Key', }); const document = await client.jobs.document.create({ company_id: 'company_id', document_category: 'current_printout', }); console.log(document.id);
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
API Key Authentication Provide your API key as a Bearer token in the Authorization header.
Success
The response is of type object.
object