← Back

API

The introduction of API

The 'conversation interface' between programs. You don't need to know how the other side is implemented — just send requests according to the rules and get results. AI products are almost all API-driven.

English Example:Adding 'AI customer service' to your website means calling OpenAI's API — send the user's question, get back the answer, display it.

Share