JETNET Connect API Skill for Chat GPT

What it is

The JETNET Connect API skill is an AI assistant add-on for ChatGPT (also compatible with Codex and direct API use) that helps developers build, validate, and troubleshoot requests against the JETNET Connect API (customer.jetnetconnect.com). Instead of manually reading through the full API specification, you can describe what data you need in plain language, and the skill will recommend the right endpoint, build a working request, and explain how to use the response.

Who it's for

Developers and technical staff integrating with the JETNET Connect API, whether you're on JETNET's own engineering team or a customer/partner who has been granted API access and wants a faster, more reliable way to write correct requests.

What it can help with

  • Endpoint selection – finding the right call for aircraft lookups (by registration or hex), complete aircraft records, owner/operator relationships, company and contact searches, related-aircraft searches, events, transaction history, flight data, and seller/purchaser reports.
  • Authentication setup – walking through the login flow and explaining how the bearer token and security token are used together (see note below).
  • Request building – generating ready-to-use requests in cURL, Python (requests), and Postman format.
  • Market-prospecting workflows – chaining multiple endpoint calls together when a question requires combining historical and current data (for example, identifying sellers with no current aircraft relationships).
  • Troubleshooting – diagnosing broken requests or error responses and returning a corrected version, with the specific mismatch called out (wrong field name, casing issue, missing required parameter, etc.).
  • Pagination guidance – for endpoints that return large result sets.

How authentication works

The skill will explain and help you construct the login request (POST /api/Admin/APILogin) and show you how to carry the resulting tokens into later calls. It never asks you to paste real credentials or tokens into the chat, generated examples always use placeholders ({{emailAddress}}, {{password}}, {{bearerToken}}, {{securityToken}}) so you can safely share request examples without exposing sensitive account data.

What it won't do

  • It won't send a live request to the API on your behalf unless you explicitly ask it to.
  • It won't introduce endpoints, fields, or workflows that aren't part of the current JETNET Connect API specification.
  • It won't guarantee account-specific behavior (such as rate limits or endpoint availability) as universal, since those can vary by subscription.

Example things you can ask it

  • "Build a request to look up an aircraft by registration N123AB and get its full record."
  • "I need a list of companies that sold an aircraft in the last 12 months but don't currently own one, how do I build that?"
  • "Here's the error I'm getting from the API, what's wrong with my request?"
  • "Show me how to paginate through the full aircraft list."

Download

Download the JETNET Connect API ChatGPT Skill below.

If you have questions about the JETNET Connect API or need help with your integration, contact the JETNET Support team.

Was this article helpful?

/