Getting Started
Quickstart
Getting Started

Quickstart Guide

Create your first request with Magic API.

Quickly create a request inside the platform by using the snippet bellow and modify as per your need.

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 above curl snippet will fire up a request against the Magic API platform and create an entity attributed to your Project.