API (Application Programming Interface)
Definition
A way for software to communicate with AI models programmatically. Instead of using a chat interface, developers use APIs to send prompts and receive responses in their own applications.
Example
OpenRouter provides an API that lets you send a prompt to GPT-4o, Claude, or Gemini from your own code and get a response back automatically.