Quick Start
This guide shows a fast way to get log ingestion working.
1) Send a test payload
curl -X POST "https://api.nextlogs.example/v1/logs" \
-H "Authorization: Bearer $NEXTLOGS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"message": "Hello from NextLogs",
"level": "info",
"service": "web"
}'
2) Verify in the dashboard
Go to the Logs view for your project and confirm the event shows up.
3) Start enriching events
Add useful metadata like tags, trace_id, and user_id (if available).