Complete documentation for interacting with AI Dino's machine learning APIs
Uses API keys for all endpoints. Add in Authorization header:
Authorization: Bearer
API usage is subject to these limits based on your plan:
Use our RESTful API to leverage AI capabilities in your applications
Generate text based on input prompt
{ "prompt": "Once upon a time", "max_tokens": 50, "temperature": 0.7, "top_p": 1.0, "model": "nlp-base-icv" }
{ "generated_text": "Once upon a time there was a curious dinosaur who loved to explore the...", "token_usage": {"input_tokens": 15, "output_tokens": 58} }
Analyze image content with multiple vision models
{ "image_url": "https://example.com/image.jpg", "features": ["object_detection", "caption_generation"], "model": "vision-pro-icv" }
{ "objects": ["dinosaur", "forest background"], "caption": "Close-up of a juvenile dinosaur in a forest clearing", "confidence": 0.98 }
List available models and capabilities
Always validate input data for length, file types, and content quality
Implement retries and exponential backoff with 429/5xx responses
Use HTTPS for all communications. Never transmit credentials in plain text
Our developers can help setup production integrations and answer technical questions
Contact API Team