Warp API (1.0.0)

API for managing and manipulating timelines with advanced time travel capabilities.

Download OpenAPI description
Overview
Warp API Support support@warpapi.com
License MIT
Languages
Servers
Mock server
https://warp-multi-sidebars.redocly.app/_mock/apis/
Quantum server
https://api.warp.example.com/v1/

Timelines

Operations

Travel

Operations

Items

Operations

Events

Operations

Anchors

Operations

Set a temporal anchor

Request

Temporal anchors are used to return to the present time at the end of time travel.

Bodyapplication/jsonrequired
timestampstring(date-time)required

The specific time for the anchor

Example: "2024-09-16T05:04:00Z"
descriptionstring

A description of the purpose of the anchor

Example: "Home Base - Start of Tesla Mission"
curl -i -X POST \
  https://warp-multi-sidebars.redocly.app/_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"
  }'

Responses

The temporal anchor was set successfully

Bodyapplication/json
idstringread-only

ID that must be used to return to an anchor point.

Example: "anc_mel2c9ba"
timestampstring(date-time)required

The specific time for the anchor

Example: "2024-09-16T05:04:00Z"
descriptionstring

A description of the purpose of the anchor

Example: "Home Base - Start of Tesla Mission"
Response
application/json
{ "id": "anc_mel2c9ba", "timestamp": "2024-09-16T05:04:00Z", "description": "Home Base - Start of Tesla Mission" }

Paradoxes

Operations

Monitoring

Operations