Skip to main content
Pal.ai API home page
Search...
⌘K
pal.ai ->
Get Started
Get Started
Search...
Navigation
Getting Started
Authorization
Getting Started
Authorization
Applications
Get applications
Add application
Delete application
Get application
Documents
POST
Create Document
POST
Create Documents by Scraping URLs
GET
Get Document
GET
Get Documents
DEL
Delete Document
Conversations
POST
Create or Continue Conversation
GET
Get Conversation by Id
GET
Get Conversations
Search
POST
Search
Messages
POST
Post Message Feedback by Id
[OLD] Search / Ask
GET
Search / Ask
Getting Started
Authorization
Pal’s API requires you to use the Admin API key that you can find in the Settings page of your Pal application. You should pass this API token as an HTTP header with every API call.
Let us know if you have any issues!
Copy
'x-api-key'
:
' <APPLICATION_API_TOKEN>'
Get applications
⌘I