cURL
curl --request POST \ --url https://api.transmit.dev/v1/topics \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "is_default_topic": true, "display_order": 123 } '
Create a new topic
Documentation IndexFetch the complete documentation index at: https://docs.transmit.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.transmit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Enter your API key with 'tx_' prefix. Get your API key from the dashboard.
1