Minds
Commercial Product Docs
curl -X POST "https://mdb.ai/threads/mdb_thread_cfa0fac64cd94faab3ae269d768c0cb0/messages" \ -H "Authorization: Bearer MINDS_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "role": "user", "content": "What data do you have access to?" }'
{ "id": "mdb_msg_7a74bc341b194af1ab8228e57a85d462", "assistant_id": null, "attachments": null, "completed_at": null, "content": [ { "text": { "annotations": [], "value": "What data do you have access to?" }, "type": "text" } ], "created_at": 1718885284.3509543, "incomplete_at": null, "incomplete_details": null, "metadata": null, "object": null, "role": "user", "run_id": null, "status": null, "thread_id": "mdb_thread_cfa0fac64cd94faab3ae269d768c0cb0" }
POST
Authorization
Authorization: Bearer MINDS_API_KEY
Was this page helpful?