Sintra AI
Home
Live Feed
Automation Hub
Prompt Library256
AI News554
Weekly Digest
Topic Hubs
AI History
AI Labs
Research
Learning Paths
Guides
Resources
Concepts
Videos
AI Tools74
Models
Claude
Google AI
Cost Calc
Skip to content
Sintra AIConcepts
Home/Concepts/API
๐Ÿ”Œ
ProtocolsBeginner

APIAPI

A standardised way for software to talk to other software.

An API (Application Programming Interface) is a contract that defines how two pieces of software communicate. It specifies the available endpoints, what inputs to send, and what outputs to expect โ€” without exposing any internal code.

When you use a weather app, it calls a weather service API. When you query an AI, your code sends an HTTP request to the model's API with your prompt, and receives a JSON response.

For AI products, key APIs are the model inference APIs (Anthropic, OpenAI, Google) and tool APIs that agents can call โ€” search, databases, CRMs. Every connector, skill, and MCP server ultimately communicates through APIs.

In plain terms

An API is a restaurant menu. You choose items (endpoints), provide your order (request), and receive your meal (response) โ€” without entering the kitchen (source code).

Related concepts

๐Ÿ”—

Model Context Protocol

A universal standard for AI to connect to any tool or data source.

๐Ÿ› ๏ธ

Function Calling

Letting an AI invoke real code and APIs mid-reasoning.

โ†”๏ธ

Connectors

Bridges that let AI read from and write to your apps and services.

Stay current

New prompts & AI news, weekly

No noise. Curated highlights from the library.

Newsletter signup is currently disabled.

Sintra Tesseract

A curated library of AI use cases, mapped across every way to think with a machine.

Open source ยท Free forever

Discover

Use CasesCollectionsAI Tools DirectoryAI NewsLearning PathsResources & Links

Reference

Claude & AnthropicAI ConceptsAI HistoryAI LabsGoogle AI Tools

Elsewhere

AI Keynote โ†—GitHub โ†—RSS Feed โ†—
ยฉ 2026 Sintra ยท Curated in the open.Built on the void.