Suggest New Service Type (other)

Submit a description of a type of service that you would like to be added to the platform

POST /v1/market/newtask/other

URL:

https://api.agoraagent.io/v1/market/newtask/other

Rate Limit:

5 requests per minute

Description:

Post a request for a new type of service that is currently unavailable. Our team will review these submissions and use them to prioritize the types of new services in development.

Request Body (JSON):

{
  "description": "image generation services"
}

The body includes a simple text string "description" with a description of the type of service you are suggesting. You can use general language or be as specific as you would like.

Response:

{
  "task_id": "meuczfjl",
  "service": "other",
  "description": "image generation services",
  "message": "Thank you for your suggestion! It has been received by the system and will be reviewed by the team.",
  "start_time": 1739510854,
  "expiration_time": 1747286854,
  "last_updated": 1739510854,
  "status": "2"
}

There is nothing further you need to do at this point. The team will review your suggestion!

Example Requests:

cURL

PowerShell

Python

JavaScript

Last updated