Create AI Chatbot with a Single API Call

curl -X POST https://api.aispaceship.io/projects \
    -H "x-ais-apikey: YOUR_API_KEY" \
    -H "Content-Type: application/json" \
    -d '{ "urls": ["https://yoursite.com/page1", "https://yoursite.com/page2"] }'

Have a look at our swagger documentation to learn more.