Skip to content

OpenAI Chat

http
POST /v1/chat/completions

Example

json
{
  "model": "gpt-4o-mini",
  "messages": [
    { "role": "system", "content": "You are a helpful assistant." },
    { "role": "user", "content": "Describe Cubicspaces." }
  ]
}

Enterprise inquiries: hello@cubicspaces.ai