# Glossary
This glossary provides explanations of key terms used throughout the OriginStamp documentation.
If you have any further questions, feel free to contact us.
# API Key
The API Key is used to authenticate requests to the OriginStamp API.
It must be included in each request as an HTTP header:
x-api-key: YOUR_API_KEY
# Hash
A hash function is any function that can be used to map data of arbitrary size onto data of a fixed size. In the context of OriginStamp, the term hash specifically refers to the SHA-256 hash of digital content, represented as a hexadecimal string (HEX).
# Webhook
A webhook is an automated notification sent when a tamper-proof timestamp has been successfully verified.
Webhooks allow your system to react to events in real-time without polling the API.