API product analytics installation
- 1
Send events via the API
RequiredYou can send events directly to the PostHog API from any programming language or platform that can make HTTP requests:
HTTP - 2
Person profiles
OptionalBy default, events are sent with person profile processing enabled. To disable this for specific events, add the following property:
JSONLearn moreRead more about person profiles in our documentation.