{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"a9c88517-9172-4c84-a36e-741a9e991a14","name":"Humanicer API","description":"[Humanicer](https://humanicer.com/) transforms AI-generated text into natural, human-like content while preserving meaning and enhancing readability. Our proprietary technology not only refines tone and style, but also offers built-in citation generation, localization, paraphrasing, plagiarism checking, and a math solver. It supports multiple languages, including English, Spanish, German, French, Yoruba, Japanese, Igbo, Hindi, Hausa, Mandarin Chinese, and more, and seamlessly integrates with all major AI platforms and systems while keeping your data privacy protected.\n\n### Overview\n\n[Humanicer](https://humanicer.com/) offers advanced text processing with these capabilities:\n\n- AI-to-Human Text Conversion (Multi-language support)\n    \n- Quality Metrics (Grammar, Style, Simplicity, Human-likeness)\n    \n- Humanized text variants generation\n    \n- Language Detection and Optimization\n    \n- Built-in AI watermarks erasure\n    \n- Localization and Translation of content\n    \n- Advanced Plagiarism Checker\n    \n- Advanced Paraphrasing Tool\n    \n- Advanced Citation Generator Tool\n    \n- Advanced Math (Mathematics) Solver\n    \n- Advanced AI Image Detection\n    \n- Usage Tracking and Quota Management\n    \n- API Integration (RESTful endpoints with JSON responses)\n    \n\nOur RESTful API features:\n\n- Resource-oriented URLs\n    \n- JSON-encoded responses\n    \n- Standard HTTP response codes\n    \n\n### Authentication\n\nAuthenticate using API keys:\n\n- Required: `X-API-Key` header in each request\n    \n- Missing or invalid keys return `401 Unauthorized`\n    \n\n**Security Note:** Keep your API key secure and private.\n\n### API Resources\n\n**Detect AI Writing**—**Free and Paid**\n\n`POST /v1/detect/free` and `POST /v1/detect`\n\nSubmit text and detect AI writing:\n\n- Content-Type: `application/json`\n    \n- Required fields:\n    \n    - `text`: The content you're trying to detect as AI-written\n        \n\nResponse includes:\n\n- `grammarScore`: Score for grammatical correctness (0-100)\n    \n- `humanScore`: Probability of human-written content (0-100)\n    \n- `simplicityScore`: Score for text simplicity (0-100)\n    \n- `stylingScore`: Score for stylistic quality (0-100)\n    \n- `text`: The analyzed text content\n    \n- `word_count`: Number of words in text\n    \n- `plan`: Subscription plan used\n    \n- `processing_time_ms`: Time taken to process request\n    \n- `remaining_uses`: Remaining API calls in current period\n    \n- `reset_time`: When usage counter resets\n    \n\n**Humanize AI Writing**—**Free and Paid**\n\n`POST /v1/humanize/free` and `POST /v1/humanize`\n\nSubmit AI-written text and humanize it:\n\n- Content-Type: `application/json`\n    \n- Required fields:\n    \n    - `text`: AI-writtent text you're trying to humanize\n        \n- Optional fields:\n    \n    - `variant`: Specify how many humanized text variants to return for comparison (Free: 1; Starter: 3; Regular: 5; Advanced: 7; Ultimate: 10)\n        \n\nResponse includes:\n\n- `grammarScore`: Score for grammatical correctness (0-100)\n    \n- `humanScore`: Probability of human-like quality (0-100)\n    \n- `simplicityScore`: Score for text simplicity (0-100)\n    \n- `stylingScore`: Score for stylistic quality (0-100)\n    \n- `humanized_text`: The humanized version of your text\n    \n- `original_text`: The original text you submitted\n    \n- `word_count`: Number of words in text\n    \n- `plan`: Subscription plan used\n    \n- `processing_time_ms`: Time taken to process request\n    \n- `remaining_uses`: Remaining API calls in current period\n    \n- `reset_time`: When usage counter resets\n    \n\n**Localize and Translate**—**Free and Paid**\n\n`POST /v1/localize/free` and `POST /v1/localize`\n\nLocalize and Translate your content:\n\n- Content-Type: `application/json`\n    \n- Required fields:\n    \n    - `text`: The text you want to localize or translate\n        \n    - `target_platform`: Platform type (web, mobile, subtitles, software)\n        \n    - `target_language`: Target language code (e.g., \"es\", \"fr\")\n        \n- Optional fields:\n    \n    - `device`: Specify the device operating system (ios, android)\n        \n    - `style_guide`: Specific style instructions for the translation\n        \n    - `character_limit`: Maximum number of characters for the result\n        \n\nResponse includes:\n\n- `processing_time_ms`: Time taken to process the request\n    \n- `result`: Contains detailed information about the translation:\n    \n    - `original_text`: The input text\n        \n    - `localized_text`: The translated text\n        \n    - `platform`: The target platform\n        \n    - `language`: The target language\n        \n    - `word_count`: Number of words in the translated text\n        \n    - `character_count`: Character count of the translated text\n        \n    - `platform_metrics`: Platform-specific scoring data including:\n        \n        - `readability_score`: Measure of text readability\n            \n        - `platform_fit_score`: How well the text fits the platform conventions\n            \n        - `compliance_checks`: Whether the text passes platform compliance checks\n            \n\nFor paid API calls, the response also includes:\n\n- `remaining_uses`: Number of API calls remaining in your quota\n    \n- `reset_time`: When your quota will reset\n    \n\nPlagiarism Checker—**Free and Paid**\n\n`POST /v1/plagiarism/free` and `POST /v1/plagiarism`\n\nCheck content or work for plagiarism:\n\n- Content-Type: `application/json`\n    \n- Required fields:\n    \n    - `text`: The text you want to check for plagiarism\n        \n\nResponse includes:\n\n- `processing_time_ms`: Time taken to process the request\n    \n- `match_percentage`: Percentage of text matching other sources\n    \n- `plagiarism_detected`: Boolean indicating if plagiarism was detected\n    \n- `word_count`: Number of words in the input text\n    \n\nFor free API calls:\n\n- `remaining_free_uses`: Number of free checks remaining\n    \n- `reset_time`: When the free usage quota will reset\n    \n\nFor paid API calls:\n\n- `remaining_credits`: Number of API calls remaining in your quota\n    \n- `reset_time`: When your quota will reset\n    \n- `subscription_expires_at`: When your subscription expires\n    \n- `text_id`: Unique identifier for the text analysis\n    \n\nDetailed analysis (paid only):\n\n- `plagiarism_analysis`:\n    \n    - `overall_similarity`: Overall similarity percentage\n        \n    - `text_coverage`:\n        \n        - `identical`: Percentage of identical matches\n            \n        - `minor_changes`: Percentage of slightly modified matches\n            \n        - `original`: Percentage of original content\n            \n        - `paraphrased`: Percentage of paraphrased content\n            \n- `sources`: Array of matching sources with:\n    \n    - `link`: Source URL\n        \n    - `match_percentage`: Match percentage\n        \n    - `snippet`: Matching text snippet\n        \n    - `title`: Source title\n        \n- `recommendations`:\n    \n    - `actionable_items`: Suggested actions\n        \n    - `severity`: Severity level of matches\n        \n\nDetect Image—**Free and Paid**\n\n`POST /v1/aiimage/free` and `POST /v1/aiimage`\n\nDetect AI-generated image(s):\n\n- Content-Type: `application/json`\n    \n- Request Fields\n    \n    - image : (Required) Either:\n        \n        - URL to the image (for JSON content type)\n            \n        - File path (for multipart/form-data)\n            \n    - X-API-Key : (Required for paid endpoint) Your API key for authentication\n        \n- Response includes:\n    \n    - `ai_generated_image`: (boolean) True if image is likely AI-generated\n        \n    - `analysis_notes`: (array) List of observations about the image\n        \n    - `color_analysis`: (object) Contains:\n        \n        - `dominant_colors`: Array of dominant colors with percentages\n            \n        - `histogram`: Color distribution histogram\n            \n        - `icc_profile`: Color profile information\n            \n    - `confidence_score`: (float 0-1) Confidence level in AI detection\n        \n    - `digital_source`: (string) Source type (\"url\" or \"file\")\n        \n    - `exif_data`: (object) EXIF metadata if available\n        \n    - `image_metadata`: (object) Technical details about the image:\n        \n        - `alpha_channel_presence`: (boolean)\n            \n        - `animation_frames`: (number)\n            \n        - `aspect_ratio`: (string)\n            \n        - `bit_depth`: (number)\n            \n        - `color_space`: (string)\n            \n        - `color_type`: (string)\n            \n        - `compression`: (string)\n            \n        - `dpi`: (number)\n            \n        - `file_size`: (number)\n            \n        - `format`: (string)\n            \n        - `has_embedded_icc_profile`: (boolean)\n            \n        - `height`: (number)\n            \n        - `width`: (number)\n            \n    - `image_uuid`: (string) Unique identifier for the analysis\n        \n    - `potential_manipulations`: (array) List of detected edits\n        \n    - `processing_time_ms`: (number) Time taken for analysis\n        \n    - `remaining_uses`: (number) API calls remaining in quota\n        \n    - `reset_time`: (string) When quota resets (ISO 8601 format)\n        \n\nParaphrase—**Free and Paid**\n\n`POST /v1/paraphrase/free` and `POST /v1/paraphrase`\n\nParaphrasing tool helps you write in the appropriate tone:\n\n- Content-Type: `application/json`\n    \n- Request Fields\n    \n    - `text`: (Required) The text to paraphrase\n        \n    - `mode`: (Optional) Paraphrase style:\n        \n        - `academic` - Formal scholarly style\n            \n        - `witty` - Clever, humorous tone\n            \n        - `optimistic` - Positive, uplifting language\n            \n        - `formal` - Business/legal formal tone\n            \n        - `creative` - Vivid, imaginative phrasing\n            \n        - `simple` - Simplified for easy understanding\n            \n        - `expand` - Adds details and explanations\n            \n        - `shorten` - Makes text more concise\n            \n        - `fluency` - Improves flow and readability\n            \n    - `X-API-Key`: (Required for paid endpoint) Your API key\n        \n- Response Fields\n    \n    - `paraphrased_text`: The rewritten text output\n        \n    - `processing_time_ms`: Time taken in milliseconds\n        \n    - `remaining_uses`: Calls remaining in billing period\n        \n    - `reset_time`: When usage counter resets (ISO 8601 format)\n        \n\nCitation Generator—**Free and Paid**\n\n`POST /v1/citation/free` and `POST /v1/citation`\n\nCite sources and let Humanicer auto-generate the bibliography in your chosen citation style:\n\n- Content-Type: `application/json`\n    \n- Request Fields\n    \n    - `text`: (Required) The text you want to cite\n        \n    - `X-API-Key`: (Required for paid endpoint) Your API key\n        \n- Response Fields\n    \n    - `citation_analysis`: Object containing analysis results\n        \n        - `citation_required`: Boolean indicating if citations are recommended for the input text\n            \n        - `citation_score`: Numeric score (0-100) representing how citation-worthy the text is\n            \n        - `recommended_citations`: Array of citation suggestions in various formats\n            \n            - Each item contains:\n                \n                - `snippet`: The formatted citation text\n                    \n                - `title`: The citation style name (e.g., MLA, APA, Chicago, Harvard, Vancouver)\n                    \n    - `citation_links`: Array of export links for reference managers\n        \n        - Each item contains:\n            \n            - `link`: URL for downloading citation in specific format\n                \n            - `name`: Format name (e.g., BibTeX, EndNote, RefMan)\n                \n    - `processing_time_ms`: Time taken to process the request in milliseconds\n        \n    - `remaining_uses`: Number of API calls remaining in current period\n        \n    - `reset_time`: Timestamp when usage counter resets (ISO 8601 format)\n        \n\nMath Solver—**Free and Paid**\n\n`POST /v1/mathsolver/free` and `POST /v1/mathsolver`\n\nSolve math problems with Humanicer's advanced math solver:\n\n- Content-Type: `application/json`\n    \n- Request Fields\n    \n    - `problem`: (Required) The math problem you want to solve\n        \n    - `X-API-Key`: (Required for paid endpoint) Your API key\n        \n- Response Fields\n    \n    - `solution`: Detailed explanation of the solution to the math problem\n        \n    - `processing_time_ms`: Time taken to process the request in milliseconds\n        \n    - `remaining_uses`: Number of API calls remaining in current period\n        \n    - `reset_time`: Timestamp when usage counter resets (ISO 8601 format)\n        \n\n### Rate Limiting\n\nHumanicer’s API rate limiting is in conformance with the [IETF standard](https://datatracker.ietf.org/doc/html/draft-ietf-httpapi-ratelimit-headers):\n\n| **Header** | **Description** |\n| --- | --- |\n| `X-RateLimit-Limit` | The maximum number of requests that the consumer is permitted to make per hour. |\n| `X-RateLimit-Remaining` | The number of requests remaining in the current rate limit window. |\n| `X-Rate-Limit-Reset` | The time at which the current rate limit window resets in UTC epoch seconds. |\n| `Retry-After` | The number of seconds to wait before retrying the request again. |\n\nYou’ll receive a `429 Too Many Requests` response code if the rate limit is exceeded.\n\n### Response Codes\n\nThe API returns standard HTTP response codes to indicate the success or failure of an API request. Here are a few examples:\n\n| **Code** | **Description** |\n| --- | --- |\n| 200 | The request was successful. |\n| 400 | The request was invalid or cannot be served. |\n| 401 | The request requires user authentication. |\n| 403 | The server understood the request, but refuses to authorize it. |\n| 404 | The requested resource could not be found. |\n| 429 | Too many requests. |\n| 500 | The server encountered an unexpected condition which prevented it from fulfilling the request. |\n\n### API Deprecation Policy\n\n1. Documentation marked as deprecated\n    \n2. `Sunset` header added with end date\n    \n3. Email notification sent\n    \n4. Entry added to API Changelog\n    \n5. Final notification after sunset date\n    \n\n### Performance Tips\n\nFor optimal performance:\n\n- Batch requests when possible\n    \n- Cache results locally\n    \n- Implement exponential backoff for retries\n    \n\nContact support at: [support@horisystems.com](https://mailto:support@horisystems.com)\n\n### API Changelog\n\n| **Date** | **Change** |\n| --- | --- |\n| 20/05/2025 | Math Solver endpoints added |\n| 09/05/2025 | Citation Generator endpoints added |\n| 08/05/2025 | Paraphrase endpoints added |\n| 03/05/2025 | System Health Check endpoint added |\n| 02/05/2025 | AI Image Detection endpoints added |\n| 27/04/2025 | Plagiarism Checker endpoints added |\n| 26/04/2025 | AI Text Detection Algorithm improvement |\n| 22/04/2025 | Variants added to the humanize endpoints |\n| 20/04/2025 | Optional field, device (ios and android), added to the localize endpoints |\n| 18/04/2025 | Dashboard refinement  <br>More languages added |\n| 16/04/2025 | Localization and Translation of content |\n| 15/04/2025 | Built-in AI watermarks erasure |\n| 13/04/2025 | Initial Release |","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"33326789","team":6073467,"collectionId":"a9c88517-9172-4c84-a36e-741a9e991a14","publishedId":"2sB2ca5emy","public":true,"publicUrl":"https://docs.humanicer.com","privateUrl":"https://go.postman.co/documentation/33326789-a9c88517-9172-4c84-a36e-741a9e991a14","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":"Humanicer transforms AI-generated text into natural, human-like content while preserving meaning and enhancing readability. Our proprietary technology works across multiple languages—including English, French, German, Japanese, Chinese, and more."},{"name":"title","value":"Humanicer.com - API Documentation - Bypass AI Detection Systems"}],"appearance":{"default":"dark","themes":[{"name":"dark","logo":null,"colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"FF6C37"}},{"name":"light","logo":null,"colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"}}]}},"version":"8.10.1","publishDate":"2025-04-13T23:14:56.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"Humanicer.com - API Documentation - Bypass AI Detection Systems","description":"Humanicer transforms AI-generated text into natural, human-like content while preserving meaning and enhancing readability. Our proprietary technology works across multiple languages—including English, French, German, Japanese, Chinese, and more."},"logos":{"logoLight":null,"logoDark":null}},"statusCode":200},"environments":[{"name":"Humanicer API","id":"23c3341d-baed-47e0-bd4d-845260f0044b","owner":"33326789","values":[{"key":"baseUrl","value":"https://humanicer.com","enabled":true,"type":"default"}],"published":true}],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/b1330b7ecc5a694de8e0da84e96c322c71bfbc680c5925e42924ddc133d17483","favicon":"https://humanicer.com/favicon.ico"},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"},{"label":"Humanicer API","value":"33326789-23c3341d-baed-47e0-bd4d-845260f0044b"}],"canonicalUrl":"https://docs.humanicer.com/view/metadata/2sB2ca5emy"}