Companies

Loading...

Register a Company

curl -X POST /api/companies \
  -H "Content-Type: application/json" \
  -d '{
    "name": "DropClose",
    "postizOrgApiKey": "your-postiz-org-key",
    "creatifyApiId": "your-creatify-id",
    "creatifyApiKey": "your-creatify-key",
    "heygenApiKey": "your-heygen-key",
    "openaiApiKey": "sk-...",
    "geminiApiKey": "AIza..."
  }'