Use Oda's powerful AI programmatically.
Our API is currently in development. Join the waitlist to get early access and be notified when it is ready.
const response = await oda.generate({
prompt: "Create a landing page",
template: "modern",
framework: "react"
});
// Returns generated code
console.log(response.code);
/v1/generate
Generate code from natural language prompts.
/v1/templates
List available templates and their configurations.
/v1/projects
Create and manage projects programmatically.
/v1/projects/:id/publish
Publish projects with a single API call.