This operation is retained because its version-labelled public specification differs structurally from another generation. It is comparison evidence, not a promise of current support, compatibility, entitlement, or availability.
Call the operation
https://aiml.mappls.com/face_detection_panohttps://aiml.mappls.com/Parameters
Body schema
filerequiredImage file in .jpg, .jpeg and .png formats
example{
"file": "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://aiml.mappls.com/face_detection_panocurl --request POST \
--url 'https://aiml.mappls.com/face_detection_pano' \
--header "Accept: application/json" \
--header "Authorization: Bearer ${MAPPLS_ACCESS_TOKEN}" \
--header "Content-Type: multipart/form-data" \
--data-raw '{"file":"example"}'Credential-safe by constructionSet MAPPLS_ACCESS_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://aiml.mappls.com/face_detection_pano' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"file": "example"
}'Responses
OK
Bad Request, User made an error while creating a valid request.
Internal server error.
200 response fields
PredictionNo field description in the source contract.
examplePrediction[].x1No field description in the source contract.
1Prediction[].y1No field description in the source contract.
1Prediction[].x2No field description in the source contract.
1Prediction[].y2No field description in the source contract.
1{
"Prediction": [
{
"x1": 1,
"y1": 1,
"x2": 1,
"y2": 1
}
]
}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
mappls-developer-platform/data/corpus/public-api-contracts/mappls-ai-apis/docs/custom/face_Panorama.yaml- SHA-256
c243d8e439ac9a6c8aa08399e5abe8a3871134fd340117fdac004238717d1bcc- Normalization
- Fields are parsed from OpenAPI. Operational guidance and language samples are generated and labeled separately.
- Source record
- Open repository audit