CreepyTech

API Documentation

Integrate our AI solutions with your applications using our powerful APIs

Chat API

POST
https://api.creepytech.org/v1/chat

Request

Request Example
{
  "prompt": "Hello, how are you?",
  "model": "creepy-ai-v3",
  "max_tokens": 150,
  "temperature": 0.7
}

Response

Response Example
{
  "response": "I'm doing well, thank you for asking! How can I assist you today?",
  "tokens_used": 42,
  "response_time": 320
}