curl --request POST \
--url https://api.getoutbox.ai/agency/company \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"email": "<string>",
"address": "<string>",
"city": "<string>",
"state": "<string>",
"zip_code": "<string>",
"country": "<string>",
"user_email": "<string>"
}
'"<string>"Create a new company under the agency. Note: Requires Agency API Key.
curl --request POST \
--url https://api.getoutbox.ai/agency/company \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"email": "<string>",
"address": "<string>",
"city": "<string>",
"state": "<string>",
"zip_code": "<string>",
"country": "<string>",
"user_email": "<string>"
}
'"<string>"Documentation Index
Fetch the complete documentation index at: https://docs.getoutbox.ai/llms.txt
Use this file to discover all available pages before exploring further.
Agency API Key
Company creation details
Company created successfully
Company ID