📘

API is in Beta state

This API endpoint is in Beta state right now and is subject to changes.
Even so, any changes to this API will be appropriately communicated.

Single Create

The following is a sample request payload. The response returned would contain the same data as sent.

{
	"email": "[email protected]",
	"guideline": "Junk foods are bad for health, say no to them",
	"task": "Disable junk",
	"images": ["https://upload.wikimedia.org/wikipedia/commons/2/2e/Fast_food_meal.jpg"]
}

Multiple Create

The following is a sample request payload. The response returned would contain the same data as sent.

[
  {
    "email": "[email protected]",
    "guideline": "Junk foods are bad for health, say no to them",
    "task": "Disable junk",
    "images": ["https://upload.wikimedia.org/wikipedia/commons/2/2e/Fast_food_meal.jpg"]
  },
  {
    "email": "[email protected]",
    "guideline": "Junk foods are bad for health, say no to them"
  }
]
Language
Authorization