Documentation Index
Fetch the complete documentation index at: https://docs.agicto.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
分组: 工具
Authorization: 必填 示例: Bearer sk-
Content-Type: 必填 示例: application/json
Request example
Responses
OpenAPI specification
openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths:
/v1/tool/hotHub:
post:
summary: 热榜
deprecated: false
description: ''
tags:
- 工具
parameters:
- name: Authorization
in: header
description: ''
required: true
example: Bearer sk-
schema:
type: string
- name: Content-Type
in: header
description: ''
required: true
example: application/json
schema:
type: string
requestBody:
content:
application/json:
schema:
type: object
properties:
keywords:
type: integer
description: 分类,如健康/娱乐/科技
required:
- keywords
x-apifox-orders:
- keywords
example:
keywords: 健康
responses:
'200':
description: ''
content:
application/json:
schema:
type: object
properties: {}
headers: {}
x-apifox-name: 成功
security: []
x-apifox-folder: 工具
x-apifox-status: released
x-run-in-apifox: https://app.apifox.com/web/project/5443699/apis/api-284688382-run
components:
schemas: {}
securitySchemes: {}
servers: []
security: []