Documentation
SDK Quick Integration
Initialize Gateway Handshake
All responses confirm exactly to standardized structural arrays.
// Shell command terminal instance initiation
curl https://api.apiproxy.ai/v1/chat/completions \
-H "Authorization: Bearer $APIPROXY_SECRET_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "omni-reason-thought-v4",
"messages": [{"role": "user", "content": "Initialize system"}]
}'
curl https://api.apiproxy.ai/v1/chat/completions \
-H "Authorization: Bearer $APIPROXY_SECRET_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "omni-reason-thought-v4",
"messages": [{"role": "user", "content": "Initialize system"}]
}'