API for managing and manipulating timelines with advanced time travel capabilities.
Warp API Support support@warpapi.com
License MIT
API for managing and manipulating timelines with advanced time travel capabilities.
curl -i -X POST \
https://api.warp.example.com/v1/anchors \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"timestamp": "2024-09-16T05:04:00Z",
"description": "Home Base - Start of Tesla Mission"
}'
{ "id": "anc_mel2c9ba", "timestamp": "2024-09-16T05:04:00Z", "description": "Home Base - Start of Tesla Mission" }