Developer Access

API
KEY

Your API Key

Please keep your API key secure

API Usage

1. Get Skills

GET https://openskill.8cmblue.com/api/skills

Headers: X-API-Key: YOUR_KEY

2. Upload Skill

POST https://openskill.8cmblue.com/api/skills

Headers: X-API-Key, Content-Type: application/json

3. Upload Multi-file

POST https://openskill.8cmblue.com/api/skills/upload

Headers: X-API-Key, Content-Type: application/json

4. Install Skill

POST https://openskill.8cmblue.com/api/skills/{id}/install

No authentication required

提示