APIs for your apps. Text generation, image analysis, data enrichment.
// Quick start
const response = await fetch('https://api.aetacorp.com/v1/generate', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
prompt: 'Write a product description for...',
model: 'standard'
})
});
const data = await response.json();
console.log(data.text);
Generate content, summaries, translations.
OCR, object detection, scene understanding.
Company data, person lookup, web scraping.
Analyze text sentiment and emotion.
1000 calls/mo
Rate limited
100K calls
Priority support
Unlimited
SLA
Custom models