InfBot API Documentation

/org_name/get_reels

Method: POST

Description: Returns the response from the function get_reels in query.py.

Payload:

{
    "query": "Your query string here"
}
    

/org_name/ask_gpt

Method: POST

Description: Returns the response from the function ask_gpt in query.py.

Payload:

{
    "query": "Your query string here"
}
    

Catch-All Route

Method: GET

Description: Returns a 501 status code with the message "Method not implemented" for any other routes.