Temporal anchors are used to return to the present time at the end of time travel.
Security
bearerAuth
- Mock serverhttps://aywa-ops-setup.ailytics.ai/_mock/apis/anchors
- Quantum serverhttps://api.warp.example.com/v1/anchors
curl -i -X POST \
https://aywa-ops-setup.ailytics.ai/_mock/apis/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"
}'The temporal anchor was set successfully
Response
{ "id": "anc_mel2c9ba", "timestamp": "2024-09-16T05:04:00Z", "description": "Home Base - Start of Tesla Mission" }