# Create knowledge **POST /v1/Knowledge** Create knowledge ## Servers - https://assistants.twilio.com: https://assistants.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Body: application/json (object) - **assistant_id** (string) The Assistant ID. - **description** (string) The description of the knowledge source. - **knowledge_source_details** (object) The details of the knowledge source based on the type. - **name** (string) The name of the tool. - **policy** (object) The policy associated with the tool. - **type** (string) The type of the knowledge source. - **embedding_model** (string) The embedding model to be used for the knowledge source. It's required for 'Database' type but disallowed for other types. ## Responses ### 201 Created #### Body: application/json (object) - **description** (string) The type of knowledge source. - **id** (string) The description of knowledge. - **account_sid** (string) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Knowledge resource. - **knowledge_source_details** (object) The details of the knowledge source based on the type. - **name** (string) The name of the knowledge source. - **status** (string) The status of processing the knowledge source ('QUEUED', 'PROCESSING', 'COMPLETED', 'FAILED') - **type** (string) The type of knowledge source ('Web', 'Database', 'Text', 'File') - **url** (string) The url of the knowledge resource. - **embedding_model** (string) The embedding model to be used for the knowledge source. - **date_created** (string(date-time)) The date and time in GMT when the Knowledge was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **date_updated** (string(date-time)) The date and time in GMT when the Knowledge was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. [Powered by Bump.sh](https://bump.sh)