Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200 - text/plain
Topic created successfully
A text stream in the form <response>||[chunks]. The chunks are parts of your docs that most closely matched the user query. Each has the following format:
{ 
	id: string;
	link: string;
	chunk_html: string;
	metadata: {
		title?: string
	}
}The links are relative links with your docs URL intended as the host. To get an absolute link to your docs, you can use the X-Mintlify-Base-Url header as the host and construct a fully-qualified URL.