Skip to main content
POST
/
flights
/
start
Error
A valid request URL is required to generate request examples
{
  "tracking_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

The pilot's API key, obtained via POST /pilot/login or your OAuth flow. Send as Authorization: Bearer <api_key> on every authenticated request.

Body

application/json
bid_id
integer

Bid to start flying. Omit to fall back to the pilot's most recent bid (legacy behaviour).

Response

PIREP prefiled. Use tracking_id on subsequent flight calls.

tracking_id
string<uuid>
required

PIREP UUID. Send this back as uuid or tracking_id on /flights/update, /flights/complete, and /flights/cancel.