Skip to main content

Usage Tips

Direct AI Model Integration

  • Integrate AI models directly into your product without researching the underlying technology
  • No API key configuration required
  • Ready to use out of the box

Troubleshooting

AI Feature Error Troubleshooting

AI feature errors? Check if request header parameters match the request body serialization format. Common Issues:
  • Header parameters causing body serialization problems
  • Content-Type mismatch
  • Data format errors
Solution Steps:
  1. Check request header parameters in API requests
  2. Ask AI to identify unnecessary request header parameters
  3. Ensure request headers match request body serialization format
  4. Remove unnecessary request header configurations

Ensure Content Type Matches

Remove unnecessary request header parameters and ensure content type matches. Check Points:
  • Is Content-Type correct?
  • Does request body format match?
  • Is encoding method consistent?
Common Errors:
  • JSON data but Content-Type is text/plain
  • Form data but Content-Type is application/json
  • Encoding method mismatch