https://express.aichameng.com/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "Express Tracking",
"name_for_model": "express_tracking",
"description_for_human": "An assistant for tracking international express logistics.",
"description_for_model": "The 'express_tracking' application provides comprehensive services for querying international express logistics information. It offers an automated tracking number identification feature, which determines the carrier or courier company for the given tracking number. Once the carrier is identified, the system fetches and returns the current tracking status of the shipment. The tracking information includes the location, delivery status, and expected delivery date when available. The application utilizes free resources and adheres to high standards of language model architecture.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://express.aichameng.com/.well-known/openapi.yaml",
"is_user_authenticated": false
},
"logo_url": "https://express.aichameng.com/.well-known/logo.png",
"contact_email": "sonicli1988@gmail.com",
"legal_info_url": "https://express.aichameng.com/static/legal.html"
}
https://express.aichameng.com/.well-known/openapi.yaml
openapi: 3.0.0
info:
title: Express Tracking
version: 1.0.0
servers:
- url: https://express.aichameng.com
description: The 'express_tracking' service provides comprehensive services for querying international express logistics information. It offers an automated tracking number identification feature, which determines the carrier or courier company for the given tracking number. Once the carrier is identified, the service fetches and returns the current tracking status of the shipment. The tracking information includes the location, delivery status, and expected delivery date when available. The service is provided free of charge.
paths:
/kd100/{tracking_number}:
get:
operationId: getTrackInfo
summary: Get the data of track info
parameters:
- in: path
name: tracking_number
schema:
type: string
required: true
description: The tracking number of the package.
responses:
"200":
description: OK
paths:
/kd100/{tracking_number}:
get:
operationId: getTrackInfo
summary: Get the data of track info
parameters:
- in: path
name: tracking_number
schema:
type: string
required: true
description: The name of the user.
responses:
"200":
description: OK