Call the operation
https://ai.mappls.com/predicthttps://ai.mappls.comParameters
Body schema
imageNo field description in the source contract.
example{
"image": "example"
}Build your request in eight languages
Change source-backed examples once, validate required inputs, and copy the synchronized cURL, JavaScript, Python, Java, C#, Go, PHP, or Ruby request. Credentials remain environment references, and this page never sends a provider request.
https://ai.mappls.com/predictcurl --request POST \
--url 'https://ai.mappls.com/predict' \
--header "Accept: application/json" \
--header "Authorization: Bearer ${MAPPLS_AI_TOKEN}" \
--header "Content-Type: multipart/form-data" \
--data-raw '{"image":"example"}'Credential-safe by constructionSet MAPPLS_AI_TOKEN only in your trusted runtime. Code generation stays local. Sandbox execution sends only bounded fixture inputs to this developer platform and never reads a credential or calls Mappls.
Send a production-shaped request
Examples use environment-backed access tokens, explicit timeouts where supported, status checks, and JSON bodies derived from the source schema. Replace sample identifiers and coordinates with values from your application.
curl --request POST \
--url 'https://ai.mappls.com/predict' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"image": "example"
}'Responses
Successful.
Invalid Image Type
Internal Error. Exception in detection
Operate it safely
This operation creates or triggers durable state. Supply an idempotency strategy and persist the returned identifier before continuing.
Contract provenance
- Source file
aihub/docs/skydnn-aiapi-docs/docs/swagger/swagger-aimldl-auth-min-v2.yml- SHA-256
e19a9fcee8a760b1e7d50bae49991bafda1928ae51958c4400be4e5010f7c779- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit