Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

URI: https://api.onlinephotosubmissioncloudcard.comus/photo/{id}

HTTP Method: POST

...

Description: Triggers specific photo processing tasks. Allowed tasks are:

...

Info

If you are executing multiple process requests, they should be executed in the order outline below

  1. rotate

  2. crop

  3. removeBackground

  4. classify

  5. sendFeedback

Example Request Body

Code Block
languagejson
{
    "process": "rotate"
}

...