- Batches
- Runs
- Conversations
- Queries
- Jobs
- Secrets
- Files
Request
$ curl -X POST https://aihub.instabase.com/api/v2/conversations/conversation_id/prompts \ > -H "Authorization: Bearer " \ > -H "Content-Type: application/json" \ > -d '{ > "question": "question", > "document_ids": [ > 0 > ], > "mode": "default" > }'
Response