cURL
Projects
Post v1projects
Create a new translation project with source and target locales. Initializes translation records and activity log. Requires user session.
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.lazylocales.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Minimum string length:
1Example:
"My App"
Required string length:
2 - 10Pattern:
^[a-z]{2,3}(-[A-Z]{2,3})?$/iExample:
"en"
Minimum array length:
1Required string length:
2 - 10Pattern:
^[a-z]{2,3}(-[A-Z]{2,3})?$/iExample:
["nl-NL", "fr-FR"]Response
201 - application/json
Project created successfully