First request
Call the API from your backend. Keep the bearer token out of browser and mobile client code.
POST https://prospecting.elvesora.com/api/prospecting/company
Authorization: Bearer $ELVESORA_API_KEY
Content-Type: application/json
X-Request-Id: crm-import-2026-07-12
{
"company_name": "Acme Corporation",
"additional_context": "Industrial equipment manufacturer"
}