API for managing and manipulating timelines with advanced time travel capabilities.
Warp API (1.0.0)
Download OpenAPI description
Overview
Warp API Support
License
Languages
Servers
Mock server
https://docs.instamessage.co.uk/_mock/apis/
Quantum server
https://api.warp.example.com/v1/
- Mock serverhttps://docs.instamessage.co.uk/_mock/apis/paradox-checks
- Quantum serverhttps://api.warp.example.com/v1/paradox-checks
- cURL
- Node.js
- Python
- PHP
curl -i -X POST \
https://docs.instamessage.co.uk/_mock/apis/paradox-checks \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"timeline_id": "tml_tesla_mission_1",
"proposed_changes": [
{
"event": "Retrieve Tesla'\''s Blueprint",
"time": "1889-03-10T23:50:00Z"
},
{
"item_id": "itm_tsla_blueprint"
}
]
}'Response
application/json
{ "is_stable": true }