Text2API
  1. Translations
Text2API
  • Welcome to Text-to-API 📚
  • Using TextToAPI Across Domains
  • How to Get Your Test API Key 🔑
  • How to Give Feedback 💡
  • Translations
    • Create
      POST
  • Schemas
    • Translations
      • TranslationRequest
      • ObjectField
      • DependentAllowedValues
  1. Translations

TranslationRequest

{
    "translation_type": "object",
    "target_object": [
        {
            "id": "string",
            "type": "string",
            "description": "string",
            "allowed_values": [
                "string"
            ],
            "format": "string",
            "fields": {},
            "depends_on": "string",
            "dependent_allowed_values": [
                {
                    "value": "string",
                    "allowed_values": [
                        "string"
                    ]
                }
            ]
        }
    ],
    "input_text": "50 usd, amazon gift card for my nephew",
    "lang": "string"
}
Built with