Upload and process your new knowledge base file easily. Please note: this endpoint uses "form-data" parameter encoding for secure and efficient data transfer.Sample url. curl -X POST https://cool.jobmojito.com/functions/v1/knowledge-base-document-upload -H "Authorization: Bearer [JWT]" -F knowledge_base_store_id="[store_uuid_id]" -F merchant_id=[merchant_id] -F name=mydoc.pdf -F file=@./mydoc.pdf;type=application/pdf
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.