Endpoint Examples
Clone Copilot
POST
/
copilot
/
{copilot_uuid}
/
clone
Copy
{
"name": "<string>",
"system_prompt": "<string>",
"initial_message": "<string>",
"company_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"sample_prompts": "<string>",
"chat_history_length": 123,
"rag_copilot": true,
"demo": true,
"orchestrator_model": "<string>",
"add_file_actions": true,
"auth": "<string>",
"max_iterations": 123,
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"full_name": "<any>"
},
"company": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
}
}
Headers
Path Parameters
Response
201
application/json
Successful Response
The response is of type object
.
Copy
{
"name": "<string>",
"system_prompt": "<string>",
"initial_message": "<string>",
"company_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"sample_prompts": "<string>",
"chat_history_length": 123,
"rag_copilot": true,
"demo": true,
"orchestrator_model": "<string>",
"add_file_actions": true,
"auth": "<string>",
"max_iterations": 123,
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"full_name": "<any>"
},
"company": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
}
}
Assistant
Responses are generated using AI and may contain mistakes.