Dialogflow
自然语言处理
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 机器学习
简介
Dialogflow 在 Google Cloud 上提供 NLU/机器人——基于密钥(请求需要真实 GCP 项目;伪造项目返回 404,已实测)。
快速开始
需要有效 GCP 项目:
curl -X POST "https://dialogflow.googleapis.com/v2/projects/YOUR_PROJECT/agent/sessions/1:detectIntent" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"queryInput":{"text":{"text":"hello","languageCode":"en"}}}'
认证方式
- Google Cloud 项目 + 服务账号密钥(或 OAuth token)。
- 伪造项目 → 404(已实测)。
速率限制与注意事项
- Google Cloud 定价(看文档)。
- 意图、会话、实体。
常见问题
Dialogflow 免费吗? Google Cloud 免费层;之后按用量计费。
为什么 404? 伪造项目返回 404(已实测)——请使用真实 GCP 项目。
认证风格是什么? Google Cloud 服务账号 / OAuth。
机器学习 分类更多
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| AI Economics Tools Token cost, LLM energy, agent-hour and Proof-Adjusted Autonomy calculators by Michał Piszczek | No auth | Yes | Yes | ↗ |
| AI For Thai Free Various Thai AI API | API Key | Yes | Yes | ↗ |
| BRAINIALL PT-BR and Spanish audio transcription with diarization and SRT/VTT | API Key | Yes | Yes | ↗ |
| Clarifai Computer Vision | OAuth | Yes | Unknown | ↗ |
| Cloudmersive Image captioning, face recognition, NSFW classification | API Key | Yes | Yes | ↗ |