Create Chart Annotation

POST https://amplitude.com/api/2/annotations?app_id=&date=&label=&chart_id=&details=

Create Annotation

Creates an annotation with the specified parameters.

Request Params

KeyDatatypeRequiredDescription
app_idnullRequired. The Project ID of the project your chart belongs to.
datenullRequired. Date (YYYY-MM-DD) of the annotation.
labelnullRequired. The title of your annotation.
chart_idnullOptional. The ID of the chart (found in URL) to annotate. If you do not include a chart_id, the annotation is global.
detailsnullOptional. Additional details for the annotation.

RESPONSES

status: OK

{"success":true,"annotation":{"id":160418,"date":"2021-09-01","label":"First September","details":""}}