Infrastructure

API

Also known as: apis

In one line

A doorway that lets one piece of software talk to another — how apps call AI models.

What does API mean?

An Application Programming Interface (API) exposes model capabilities over HTTPS. Send a JSON request with your prompt, get a JSON response back.

A real-world example

Calling `POST https://api.openai.com/v1/chat/completions` to get a GPT reply inside your own app.

Related terms