Owlbot.AI API
  • Core Concepts
    • 🔐Authentication
    • ⁉️API Erros
  • Content
    • 📃Adding Sources
  • Bot Customisation
    • 🤖List Bots
    • ✏️Chatbot Appearance and message
  • Conversations
    • 👩‍💻History Summary
    • 🕶️One Conversation Details
  • Chat with chatbot
    • 😼Stream Conversation (REST)
Powered by GitBook
On this page
  • Error Codes
  • No token (status 400)
  • No verify (status 400)
  1. Core Concepts

API Erros

Learn about the errors you might encounter when authenticate

Error Codes

We use standard HTTP status codes to indicate the success or failure of an API request. In general: Codes in the 200range indicate success. Codes in the 400range indicate an error that failed given the information provided (e.g., a token is false, missing or invalid.). Codes in the 500range indicate an error with our servers (these are rare).

No token (status 400)

Token is missing, please provide one.

No verify (status 400)

Token is present but invalid because not correct or desactivated by Team Admin.

PreviousAuthenticationNextAdding Sources

Last updated 1 year ago

⁉️