Send your first request to the Magic API.
curl -XPOST https://console.api.getmagic.com/api/v1/request \ -H "x-api-key: <API_KEY>" \ -d '{ "title": "My first request", "instructions": "Instructions to fulfill the request", "objective": "Objective of the request" }'
The diagram below shows the flow of data from your application to Magic Console and back. The most important thing to keep in mind is that every POST request to Magic API triggers a POST to your application at the webhook_url you provide.
POST
webhook_url