## Inception **post** `/public/v1/meta/inception` Queue an inception event ### Body Parameters - `content: string` ### Returns - `message: string` - `status: string` ### Example ```http curl https://api.hyperaide.com/public/v1/meta/inception \ -H 'Content-Type: application/json' \ -H "Authorization: Bearer $HYPERAIDE_API_KEY" \ -d '{ "content": "content" }' ```