How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Smartcat Project API

The Project API from Smartcat — 32 operation(s) for project.

Smartcat Project API is one of 29 APIs that Smartcat publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Project. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 41 operations across 32 paths, and defines 65 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, /.

41 operations 32 paths 65 schemas 3 DELETE15 GET19 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://smartcat.com/api/integration/v1
Resource Areas
1

Paths & Operations 41

Across 32 paths, the API surfaces 41 operations — 3 DELETE, 15 GET, 19 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

Project 41
POST
/api/integration/v1/document
Add a document to the project
7 params body → 200400403404409
GET
/api/integration/v1/project/{projectId}
Receive the project model
1 param → 200400403404
PUT
/api/integration/v1/project/{projectId}
Update a project by ID
1 param body → 204400403404409
DELETE
/api/integration/v1/project/{projectId}
Delete the project
1 param → 204400403
GET
/api/integration/v2/project/list
Fetch the list of account projects
7 params → 200400403
GET
/api/integration/v1/project/list
Fetch the list of account projects
12 params → 200400403
GET
/api/integration/v1/project/{projectId}/statistics
(This method is obsolete and has been replaced with /api/integration/v2/project/{projectId}/statistics) Fetch project statistics
2 params → 200403404
GET
/api/integration/v2/project/{projectId}/statistics
Fetch project statistics
2 params → 403422200202404
PUT
/api/integration/v1/project/{projectId}/fuzzyRepetitions
Enable or disable calculating fuzzy repetitions in the project statistics
2 params → 400403
GET
/api/integration/v1/project/{projectId}/completedWorkStatistics
Receive statistics for the completed parts of the project
1 param → 200403404
GET
/api/integration/v1/project/{projectId}/translationmemories
Receive a list of the TMs plugged into the project
1 param → 200404
POST
/api/integration/v1/project/{projectId}/translationmemories
Recreate the set of TMs plugged into the project. The set of TMs is identical for all target languages of the project.
3 params body → 200400
GET
/api/integration/v1/project/{projectId}/glossaries
Fetch the list of glossaries plugged into the project
1 param → 200403404
PUT
/api/integration/v1/project/{projectId}/glossaries
Set a collection of glossaries plugged into the project
1 param body → 204400403404
GET
/api/integration/v1/project/{projectId}/glossaries/default
Fetch default glossary for the project
2 params → 200403404
GET
/api/integration/v1/project/{projectId}/mt
Fetch the project's MT configuration
1 param → 200403404
POST
/api/integration/v1/project/{projectId}/mt
Set an MT configuration in the project
1 param body → 204400403404
GET
/api/integration/v1/project/{projectId}/mt/available
Fetch all the MT engines and profiles that can be used in the specified project
1 param → 200403404
GET
/api/integration/v1/project/{projectId}/pretranslation-rules
Fetch the project pre-processing rules
1 param → 200403404
POST
/api/integration/v1/project/{projectId}/pretranslation-rules
Define project pre-processing rules
2 params body → 200403404
PUT
/api/integration/v1/project/{projectId}/pretranslation-rules
Define project pre-processing rules
2 params body → 200403404
GET
/api/integration/v1/project/{projectId}/empty-folders-removing-status
Fetch the status of removing empty project folders
1 param → 200403
GET
/api/integration/v1/project/import-result/{importId}
Fetch the result of import into the Localization Project
1 param → 200
POST
/api/integration/v1/project/cancel
Cancel the project
1 param → 204403404
POST
/api/integration/v1/project/restore
Restore the project
1 param → 204403404
POST
/api/integration/v1/project/complete
Complete the workflow for all project documents. As a result, the project status will change to Completed.
1 param → 204403404409
POST
/api/integration/v1/project/create
Create the project
body → 200400403404409
POST
/api/integration/v2/project/{projectId}/import
Import keys and values from files into the Software Localization Project
12 params body → 200
POST
/api/integration/v1/project/document
Add a document to the project
7 params body → 200400403404409
POST
/api/integration/v1/project/language
Add a new target language to the project
3 params → 204400403404
DELETE
/api/integration/v1/project/language
Remove a target language from the project
2 params → 204400403404
POST
/api/integration/v1/project/{projectId}/translationmemories/bylanguages
Recreate the set of TMs plugged into the project. A separate set of TMs is created for each target language.
1 param body → 200400
POST
/api/integration/v1/project/{projectId}/statistics/build
Start processing the project statistics
2 params → 200202400403404422
POST
/api/integration/v1/project/{projectId}/managers
Add managers to the specified project
1 param body → 200400403404
DELETE
/api/integration/v1/project/{projectId}/managers
Delete managers from the project
1 param body → 204400403
POST
/api/integration/v1/project/{projectId}/assign
Automatically assign all new documents/segments to current linguists
2 params → 200400403404
POST
/api/integration/v1/project/{projectId}/ReferenceFiles
Add reference files to a project
1 param body → 204400403404
POST
/api/integration/v1/project/{projectId}/run-empty-folders-removing
Run the empty project folders deletion task
1 param → 200403
POST
/api/integration/v2/project/{projectId}/export
Run export from Software Localization Project
15 params body → 200400403404
POST
/api/integration/v1/project/{projectId}/copying
Run copying a project
1 param body → 200
GET
/api/integration/v1/project/copying/{taskId}
Get project copy state
1 param → 200

Schemas 65

The contract defines 65 schemas that model the data the API accepts and returns. The most detailed are CreateProjectModel (30 properties), ProjectModel (26 properties), DocumentModel (22 properties), ProjectChangesModel (10 properties). Each schema is shown below with its type and property counts.

AssignedExecutiveModel
object
Model of a linguist assigned to a document workflow stage
4 properties
SaveType
string
Revision type
StringsTableImportStatus
string
CreateDocumentPropertyModel
object
Created document properties
9 properties
ProjectMTEngineSupportedLanguagesModel
object
The model represents the supported MT engines or profiles
3 properties
VendorModel
object
Vendor model
3 properties
Contracts.ProjectStatus
string
Project Status
Specialization
string
Text specialization
BilingualFileImportSetingsModel
object
Bilingual document upload settings model
5 properties
ProjectChangesModel
object
Project changes model
10 properties
WorkflowStageInDocumentModel
object
3 properties
AutoAssignmentMode
string
Auto-assignment mode
PretranslateRuleModel
object
Pretranslation rule model
10 properties 2 required
ConfirmMode
string
Mode of segment confirmation at file upload
ProjectTypeFilter
string
Project type
ProjectAssignmentMode
string
Indicates the mode in which performers are assigned to the tasks in the project.
EmptyProjectFoldersRemoveTaskStatus
string
ProjectCopyStateModel
object
Project copy state
5 properties
ProjectTranslationMemoryModel
object
Project TM creation model
4 properties
DocumentDisassemblingStatus
string
Document disassembly status
ProjectModel
object
Project model
26 properties
ProjectCostModel
object
Project cost model
5 properties
DocumentStatisticsModel
object
Document statistics
2 properties
ProjectVendorModel
object
Vendor-to-project connection model
4 properties
QuotePaymentStatus
string
StageType
string
Workflow stage type
StatisticsFieldName
string
Statistics field names
CreateProjectModel
object
Project creation model
30 properties 3 required
DocumentWorkflowStageModel
object
Document workflow stage model
8 properties
PretranslateRuleType
string
Pretranslation rule type
TranslationMemoryForProjectModel
object
TM for project model
3 properties
ExportKeysFromSoftwareLocalizationProjectModel
object
Model for keys exported from
1 property
SoftwareLocalizationDocumentFormat
string
Software localization document format
SubtitleSegmentationMode
string
Subtitle auto-segmentation mode for project creation.
WorkflowStageStatus
string
Workflow stage status
LockMode
string
Mode of locking segments at import
ExecutiveModel
object
Linguist details
2 properties
ProjectCopyOptions
string
Data to be copied when copying a project
ProjectCopyStatus
string
Project copy status
ProjectCopyModel
object
Model for project copy
6 properties 1 required
ProjectStatisticsObsoleteModel
object
Project statistics model for a specific target language
1 property
SegmentCompletionState
string
Segment completion state
GlossaryModel
object
Glossary
8 properties
WizardType
string
Wizard types
TargetLanguageUsageMode
string
Target language selection mode for translation
DocumentPackageModel
object
Package information for a document that belongs to a file package
3 properties
StringsTableImportResult
object
8 properties
StatisticsRowModel
object
Document Statistics Model
8 properties
ProjectMTEngineModel
object
The model represents the addition of an MT engine or profile to the project
3 properties
DocumentModel
object
Document model
22 properties
TMTranslationAssuranceLevel
string
CreateProjectNumberModel
object
Data class for project number creation
2 properties
SupplierType
string
Supplier type
CreateProjectSegmentationExceptionRuleModel
object
Per-language subtitle segmentation rule override.
5 properties 2 required
ProjectQuoteAccuracyDegree
string
TargetSubstitutionMode
string
Target substitution mode
IntegrationApiTMTranslationAssuranceLevel
string
Minimum TM segment quality
CreateProjectSegmentationDefaultRuleModel
object
Default subtitle segmentation rule.
4 properties 1 required
ExecutiveStatisticsModel
object
Statistics model covering the work accomplished for the project by a specific user, the workflow stage, and the target language
6 properties
ProblemDetails
object
5 properties
ProjectWorkflowStageModel
object
Project workflow stage model
3 properties
CreateProjectSegmentationRulesModel
object
Subtitle segmentation rules for project creation.
2 properties 1 required
DocumentStatus
string
Document status
TranslationMemoriesForLanguageModel
object
Project language TMs model
4 properties
ProjectType
string
Project type

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

smartcat-project-api-openapi.yml Raw ↑

Other APIs Smartcat publishes across the network.

Smartcat Account API
Smartcat AssignmentTemplates API
Smartcat Audit API
Smartcat Callback API
Smartcat Client API
Smartcat ClientIndustry API
Smartcat CustomFields API
Smartcat Directories API
Smartcat Document API
Smartcat DocumentExport API
Smartcat FileDisassemblingAlgorithmPresets API
Smartcat FileManagement API
Where this information came from

This is an independent, third-party profile of Smartcat Project API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.