Find guides, documentation, FAQs, and troubleshooting resources to get the most out of AICraft.
Get AICraft up and running in under 5 minutes with our step-by-step installation guide.
Complete documentation for all API endpoints, request formats, and response schemas.
In-depth guides for using each AI tool — with real-world examples and best practices.
Common issues and step-by-step solutions to get you back on track quickly.
Ask questions, share tips, and get answers from thousands of AICraft users worldwide.
Reach our expert support team by email or live chat (Pro & Enterprise plans).
Visit aicraft.co.in and sign up for a free account. No credit card required for the Basic plan.
Navigate to Dashboard → API Keys → Generate New Key. Copy and store it securely.
import AICraft from '@aicraft/sdk';
const client = new AICraft({ apiKey: 'YOUR_API_KEY' });
const result = await client.generateText({
prompt: 'Write a product description for an AI tool',
sector: 'Marketing'
});
console.log(result.text);
Authorization: Bearer YOUR_KEY and that the key hasn't been revoked in your dashboard.POST /api/tools API call with your tool details. All submissions are reviewed before going live.