Basics
API Reference
Enable users to interact with your API
POST
The API Playground provides a sandbox environment for real-time request testing and intuitive response data visualization.
For code security, we recommend:
- Managing sensitive information (such as API Keys) through environment variables. For Python calls, use
os.getenv("AIHUBMIX_API_KEY")
. - Avoiding printing sensitive information in logs/outputs.
- Preventing key leakage by adding .env to .gitignore to keep secrets out of the code repository.
Authorizations
Body
application/json
Response
200
application/json
成功响应
The response is of type object
.