# Functions
Get Crawler godoc @Summary Crawl website @Description Crawl website @Tags Crawler @Accept json @Produce json @Param arg body domain.WebSite true "Website Info" @Success 200 {object} domain.Entry @Failure 400 {object} error @Failure 404 {object} error @Failure 500 {object} error @Router /crawl [Post].
Get Source godoc @Summary Create Source @Description Create Source @Tags Source @Accept json @Produce json @Param arg body domain.Source true "Source Info" @Success 200 {object} domain.Source @Failure 400 {object} error @Failure 404 {object} error @Failure 500 {object} error @Router /sources [Post].
Get Source godoc @Summary get an source @Description get source by Id @Tags Source @Accept json @Produce json @Param id path string true "Id" @Success 200 {object} domain.Source @Failure 400 {object} error @Failure 404 {object} error @Failure 500 {object} error @Router /sources/{id} [get].
Get Source godoc @Summary get sources @Description get source by Id @Tags Source @Accept json @Produce json @Success 200 {object} domain.Source @Failure 400 {object} error @Failure 404 {object} error @Failure 500 {object} error @Router /sources [get].
No description provided by the author
No description provided by the author
No description provided by the author
Get Prompt godoc @Summary exec a prompt @Description exec a prompt @Tags Prompt @Accept json @Produce json @Param message query string false "message" @Success 200 {object} string @Failure 400 {object} error @Failure 404 {object} error @Failure 500 {object} error @Router /prompt [get].
Get Source godoc @Summary Create Source @Description Create Source @Tags Source @Accept json @Produce json @Param arg body domain.Source true "Source Info" @Success 200 {object} domain.Source @Failure 400 {object} error @Failure 404 {object} error @Failure 500 {object} error @Router /sources [Put].