| Name | Value | Description |
|---|---|---|
| namerequired | string | Directory name (with path if nested directory should be created). |
| keyrequired | string | Project API key. |
| jsonoptional | string | May not contain value. Defines that response should be in JSON format. |
| jsonpoptional | string | Callback function name. Defines that response should be in JSONP format. |
| Variables | ||
| project-identifierrequired | string | Should contain the project identifier. |
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml version="1.0" encoding="ISO-8859-1"?>3API key is not valid
curl \
-F "name=localizable" \
http://api.crowdin.net/api/project/{project-identifier}/add-directory?key={project-key}