test-catalin
Pricing
$1.00/month + usage
test-catalin
Pricing
$1.00/month + usage
Rating
0.0
(0)
Developer

Making Data Meaningful
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
5 days ago
Last modified
Categories
Share
Pricing
$1.00/month + usage
Pricing
$1.00/month + usage
Rating
0.0
(0)
Developer

Making Data Meaningful
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
5 days ago
Last modified
Categories
Share
You can access the test-catalin programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
{ "openapi": "3.0.1", "info": { "version": "0.0", "x-build-id": "joua9r7Zp6DYOkfkK" }, "servers": [ { "url": "https://api.apify.com/v2" } ], "paths": { "/acts/making-data-meaningful~test-catalin/run-sync-get-dataset-items": { "post": { "operationId": "run-sync-get-dataset-items-making-data-meaningful-test-catalin", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } }, "/acts/making-data-meaningful~test-catalin/runs": { "post": { "operationId": "runs-sync-making-data-meaningful-test-catalin", "x-openai-isConsequential": false, "summary": "Executes an Actor and returns information about the initiated run in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/runsResponseSchema" } } } } } } }, "/acts/making-data-meaningful~test-catalin/run-sync": { "post": { "operationId": "run-sync-making-data-meaningful-test-catalin", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } } }, "components": { "schemas": { "inputSchema": { "type": "object", "properties": { "endpoint_langGetAllLanguages": { "title": "Enable", "type": "boolean", "description": "/languages/list", "default": false }, "endpoint_langGetAllCountries": { "title": "Enable", "type": "boolean", "description": "/countries/list", "default": false }, "endpoint_langGetAllCountriesByLangId": { "title": "Enable", "type": "boolean", "description": "countries/list-countries-by-lang-id/{langId}", "default": false }, "lang_langId_3": { "title": "langId", "type": "integer", "description": "Language ID" }, "endpoint_langGetLanguageDetailsByLangId": { "title": "Enable", "type": "boolean", "description": "/languages/get-language/lang-id/{langId}", "default": false }, "lang_langId_4": { "title": "langId", "type": "integer", "description": "Language ID" }, "endpoint_langGetCountryInfoByLangIdAndCountryId": { "title": "Enable", "type": "boolean", "description": "/countries/get-country/lang-id/{langId}/country-filter-id/{countryFilterId}", "default": false }, "lang_langId_5": { "title": "langId", "type": "integer", "description": "Language ID" }, "lang_countryId_5": { "title": "countryId", "type": "integer", "description": "Country ID" }, "endpoint_manufacturersTypeIds": { "title": "Enable", "type": "boolean", "description": "/types/list-vehicles-type", "default": false }, "endpoint_manufacturerIdsByTypeId": { "title": "Enable", "type": "boolean", "description": "/manufacturers/list/type-id/{typeId}", "default": false }, "manufacturer_typeId_2": { "title": "typeId", "type": "integer", "description": "Type ID" }, "endpoint_manufacturerInfoByManufacturerId": { "title": "Enable", "type": "boolean", "description": "/manufacturers/find-by-id/{manufacturerId}", "default": false }, "manufacturer_manufacturerId_3": { "title": "manufacturerId", "type": "integer", "description": "Manufacturer ID" }, "endpoint_modelsByTypeManufacturer": { "title": "Enable", "type": "boolean", "description": "/models/list/type-id/{typeId}/manufacturer-id/{manufacturerId}/lang-id/{langId}/country-filter-id/{countryFilterId}", "default": false }, "models_typeId_1": { "title": "typeId", "type": "integer", "description": "Type ID" }, "models_manufacturerId_1": { "title": "manufacturerId", "type": "integer", "description": "Manufacturer ID" }, "models_langId_1": { "title": "langId", "type": "integer", "description": "Lang ID" }, "models_countryFilterId_1": { "title": "countryFilterId", "type": "integer", "description": "Country ID" }, "endpoint_modelDetailsByModelId": { "title": "Enable", "type": "boolean", "description": "/models/type-id/{typeId}/model-id/{modelId}/lang-id/{langId}/country-filter-id/{countryFilterId}", "default": false }, "models_typeId_2": { "title": "typeId", "type": "integer", "description": "Type ID" }, "models_modelId_2": { "title": "modelId", "type": "integer", "description": "Model ID" }, "models_langId_2": { "title": "langId", "type": "integer", "description": "Lang ID" }, "models_countryFilterId_2": { "title": "countryFilterId", "type": "integer", "description": "Country ID" }, "endpoint_modelDetailsByVehicleId": { "title": "Enable", "type": "boolean", "description": "/models/type-id/{typeId}/vehicles/{vehicleId}/lang-id/{langId}/country-filter-id/{countryFilterId}", "default": false }, "models_typeId_3": { "title": "typeId", "type": "integer", "description": "Type ID" }, "models_vehicleId_3": { "title": "vehicleId", "type": "integer", "description": "Vehicle ID" }, "models_langId_3": { "title": "langId", "type": "integer", "description": "Lang ID" }, "models_countryFilterId_3": { "title": "countryFilterId", "type": "integer", "description": "Country ID" }, "endpoint_vehicleTypes": { "title": "Enable", "type": "boolean", "description": "/types/list-vehicles-type", "default": false }, "endpoint_vehicleInfo": { "title": "Enable", "type": "boolean", "description": "/types/type-id/{typeId}/vehicle-type-details/{vehicleId}/lang-id/{langId}/country-filter-id/{countryFilterId}", "default": false }, "vehicle_typeId_2": { "title": "typeId", "type": "integer", "description": "Type ID" }, "vehicle_vehicleId_2": { "title": "vehicleId", "type": "integer", "description": "Vehicle ID" }, "vehicle_langId_2": { "title": "langId", "type": "integer", "description": "Lang ID" }, "vehicle_countryFilterId_2": { "title": "countryFilterId", "type": "integer", "description": "Country ID" }, "endpoint_vehicleEngineTypesByModel": { "title": "Enable", "type": "boolean", "description": "/types/type-id/{typeId}/list-vehicles-types/{modelId}/lang-id/{langId}/country-filter-id/{countryFilterId}", "default": false }, "vehicle_typeId_3": { "title": "typeId", "type": "integer", "description": "Type ID" }, "vehicle_modelId_3": { "title": "modelId", "type": "integer", "description": "Model ID" }, "vehicle_langId_3": { "title": "langId", "type": "integer", "description": "Lang ID" }, "vehicle_countryFilterId_3": { "title": "countryFilterId", "type": "integer", "description": "Country ID" }, "endpoint_vehicleEngineDetails": { "title": "Enable", "type": "boolean", "description": "/engines/engine-details/engine-id/{engId}/lang-id/{langId}", "default": false }, "vehicle_engId_4": { "title": "engId", "type": "integer", "description": "Engine ID" }, "vehicle_langId_4": { "title": "langId", "type": "integer", "description": "Lang ID" }, "endpoint_vehicleIdsByModelIds": { "title": "Enable", "type": "boolean", "description": "/types/type-id/{typeId}/list-vehicles-id/{modelId}/lang-id/{langId}/country-filter-id/{countryFilterId}", "default": false }, "vehicle_typeId_5": { "title": "typeId", "type": "integer", "description": "Type ID" }, "vehicle_modelId_5": { "title": "modelId", "type": "integer", "description": "Model ID" }, "vehicle_langId_5": { "title": "langId", "type": "integer", "description": "Lang ID" }, "vehicle_countryFilterId_5": { "title": "countryFilterId", "type": "integer", "description": "Country ID" }, "endpoint_vehiclesByKbaNumberGermany": { "title": "Enable", "type": "boolean", "description": "/types/searching-the-passenger-car-by-ltn-number/lang-id/{langId}/country-filter-id/{countryFilterId}/ltn-number/{ltnNumber}/number-type/1", "default": false }, "vehicle_langId_6": { "title": "langId", "type": "integer", "description": "Lang ID" }, "vehicle_countryFilterId_6": { "title": "countryFilterId", "type": "integer", "description": "Country ID" }, "vehicle_ltnNumber_6": { "title": "ltnNumber", "type": "string", "description": "Ltn Number" }, "endpoint_vehiclesByLicensePlatesOfTheNetherlandsKenteken": { "title": "Enable", "type": "boolean", "description": "/types/searching-the-passenger-car-by-ltn-number/lang-id/{langId}/country-filter-id/{countryFilterId}/ltn-number/{ltnNumber}/number-type/2", "default": false }, "vehicle_langId_7": { "title": "langId", "type": "integer", "description": "Lang ID" }, "vehicle_countryFilterId_7": { "title": "countryFilterId", "type": "integer", "description": "Country ID" }, "vehicle_ltnNumber_7": { "title": "ltnNumber", "type": "string", "description": "Ltn Number" }, "endpoint_vehiclePartCriteriaForVehicle": { "title": "Enable", "type": "boolean", "description": "/articles/selection-of-the-criteria-for-articles-and-vehicle/type-id/{typeId}/product-id/{productId}/vehicle-id/{vehicleId}/supplier-id/{supplierId}/lang-id/{langId}/country-filter-id/{countryFilterId}", "default": false }, "vehicle_typeId_8": { "title": "typeId", "type": "integer", "description": "Type ID" }, "vehicle_productId_8": { "title": "productId", "type": "integer", "description": "Product ID" }, "vehicle_vehicleId_8": { "title": "vehicleId", "type": "integer", "description": "Vehicle ID" }, "vehicle_supplierId_8": { "title": "supplierId", "type": "integer", "description": "Supplier ID" }, "vehicle_langId_8": { "title": "langId", "type": "integer", "description": "Lang ID" }, "vehicle_countryFilterId_8": { "title": "countryFilterId", "type": "integer", "description": "Country ID" }, "endpoint_partsListAllCategories": { "title": "Enable", "type": "boolean", "description": "/category/type-id/{typeId}/list-category-tree-structure/lang-id/{langId}", "default": false }, "parts_typeId_1": { "title": "typeId", "type": "integer", "description": "Type ID" }, "parts_langId_1": { "title": "langId", "type": "integer", "description": "Lang ID" }, "endpoint_partsListCategoriesByVehicleIdV1": { "title": "Enable", "type": "boolean", "description": "/category/type-id/{typeId}/products-groups-variant-1/{vehicleId}/lang-id/{langId}", "default": false }, "parts_typeId_2": { "title": "typeId", "type": "integer", "description": "Type ID" }, "parts_vehicleId_2": { "title": "vehicleId", "type": "integer", "description": "Vehicle ID" }, "parts_langId_2": { "title": "langId", "type": "integer", "description": "Lang ID" }, "endpoint_partsListCategoriesByVehicleIdV2": { "title": "Enable", "type": "boolean", "description": "/category/type-id/{typeId}/products-groups-variant-2/{vehicleId}/lang-id/{langId}", "default": false }, "parts_typeId_3": { "title": "typeId", "type": "integer", "description": "Type ID" }, "parts_vehicleId_3": { "title": "vehicleId", "type": "integer", "description": "Vehicle ID" }, "parts_langId_3": { "title": "langId", "type": "integer", "description": "Lang ID" }, "endpoint_partsListCategoriesByVehicleIdV3": { "title": "Enable", "type": "boolean", "description": "/category/type-id/{typeId}/products-groups-variant-3/{vehicleId}/lang-id/{langId}", "default": false }, "parts_typeId_4": { "title": "typeId", "type": "integer", "description": "Type ID" }, "parts_vehicleId_4": { "title": "vehicleId", "type": "integer", "description": "Vehicle ID" }, "parts_langId_4": { "title": "langId", "type": "integer", "description": "Lang ID" }, "endpoint_partsSearchSubCategoriesByText": { "title": "Enable", "type": "boolean", "description": "/category/search-for-the-commodity-group-tree-by-description/type-id/{typeId}/lang-id/{langId}/search-text/{searchText}", "default": false }, "parts_typeId_5": { "title": "typeId", "type": "integer", "description": "Type ID" }, "parts_langId_5": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_searchText_5": { "title": "searchText", "type": "string", "description": "Search Text" }, "endpoint_partsListAllProductNames": { "title": "Enable", "type": "boolean", "description": "/category/list-products-names/lang-id/{langId}", "default": false }, "parts_langId_6": { "title": "langId", "type": "integer", "description": "Lang ID" }, "endpoint_partsListAllSuppliers": { "title": "Enable", "type": "boolean", "description": "/suppliers/list", "default": false }, "endpoint_partsSearchArticlesByArticleNo": { "title": "Enable", "type": "boolean", "description": "/articles/search-by-article-no/lang-id/{langId}/article-no/{articleNo}", "default": false }, "parts_langId_8": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_articleNo_8": { "title": "articleNo", "type": "string", "description": "Article NO" }, "endpoint_partsSearchArticlesByArticleNoSupplierId_POST": { "title": "Enable", "type": "boolean", "description": "/articles/quick-article-search", "default": false }, "parts_langId_9": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_articleNo_9": { "title": "articleNo", "type": "string", "description": "Article NO" }, "parts_supplierId_9": { "title": "supplierId", "type": "integer", "description": "Supplier ID" }, "endpoint_partsSearchArticlesByArticleNoSupplierId": { "title": "Enable", "type": "boolean", "description": "/articles/search-by-articles-no-supplier-id/lang-id/{langId}/supplier-id/{supplierId}/article-no/{articleNo}", "default": false }, "parts_langId_10": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_articleNo_10": { "title": "articleNo", "type": "string", "description": "Article NO" }, "parts_supplierId_10": { "title": "supplierId", "type": "integer", "description": "Supplier ID" }, "endpoint_partsArticleDetailsByArticleNo": { "title": "Enable", "type": "boolean", "description": "/articles/article-number-details/type-id/{typeId}/lang-id/{langId}/country-filter-id/{countryFilterId}/article-no/{articleNo}", "default": false }, "parts_typeId_11": { "title": "typeId", "type": "integer", "description": "Type ID" }, "parts_langId_11": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_countryFilterId_11": { "title": "countryId", "type": "integer", "description": "Country ID" }, "parts_articleNo_11": { "title": "articleNo", "type": "string", "description": "Article NO" }, "endpoint_partsArticleDetailsByArticleNo_POST": { "title": "Enable", "type": "boolean", "description": "/articles/article-number-details", "default": false }, "parts_typeId_12": { "title": "typeId", "type": "integer", "description": "Type ID" }, "parts_langId_12": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_countryFilterId_12": { "title": "countryId", "type": "integer", "description": "Country ID" }, "parts_articleNo_12": { "title": "articleNo", "type": "string", "description": "Article NO" }, "endpoint_partsArticleDetailsByArticleId": { "title": "Enable", "type": "boolean", "description": "/articles/details/article-id/{articleId}/lang-id/{langId}", "default": false }, "parts_articleId_13": { "title": "articleId", "type": "integer", "description": "Article ID" }, "parts_langId_13": { "title": "langId", "type": "integer", "description": "Lang ID" }, "endpoint_partsArticleDetailsByArticleId_POST": { "title": "Enable", "type": "boolean", "description": "/articles/article-id-complete-details", "default": false }, "parts_typeId_14": { "title": "typeId", "type": "integer", "description": "Type ID" }, "parts_langId_14": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_countryFilterId_14": { "title": "countryId", "type": "integer", "description": "Country ID" }, "parts_articleId_14": { "title": "articleId", "type": "integer", "description": "Article ID" }, "endpoint_partsArticleDetailsCompatibilityForArticleId": { "title": "Enable", "type": "boolean", "description": "/articles/article-complete-details/type-id/{typeId}/article-id/{articleId}/lang-id/{langId}/country-filter-id/{countryFilterId}", "default": false }, "parts_typeId_15": { "title": "typeId", "type": "integer", "description": "Type ID" }, "parts_articleId_15": { "title": "articleId", "type": "integer", "description": "Article ID" }, "parts_langId_15": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_countryFilterId_15": { "title": "countryId", "type": "integer", "description": "Country ID" }, "endpoint_partsArticleDetailsCompatibilityForArticleId_POST": { "title": "Enable", "type": "boolean", "description": "/articles/details", "default": false }, "parts_langId_16": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_articleId_16": { "title": "articleId", "type": "integer", "description": "Article ID" }, "endpoint_partsArticleCriteria": { "title": "Enable", "type": "boolean", "description": "/articles/selection-of-all-specifications-criterias-for-the-article/article-id/{articleId}/lang-id/{langId}/country-filter-id/{countryFilterId}", "default": false }, "parts_articleId_17": { "title": "articleId", "type": "integer", "description": "Article ID" }, "parts_langId_17": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_countryFilterId_17": { "title": "countryId", "type": "integer", "description": "Country ID" }, "endpoint_partsArticleListByVehicleIdCategoryId": { "title": "Enable", "type": "boolean", "description": "/articles/list/type-id/{typeId}/vehicle-id/{vehicleId}/category-id/{categoryId}/lang-id/{langId}", "default": false }, "parts_typeId_18": { "title": "typeId", "type": "integer", "description": "Type ID" }, "parts_vehicleId_18": { "title": "vehicleId", "type": "integer", "description": "Vehicle ID" }, "parts_categoryId_18": { "title": "categoryId", "type": "integer", "description": "Category ID" }, "parts_langId_18": { "title": "langId", "type": "integer", "description": "Lang ID" }, "endpoint_partsArticleListByVehicleIdCategoryId_POST": { "title": "Enable", "type": "boolean", "description": "/articles/list-articles", "default": false }, "parts_typeId_19": { "title": "typeId", "type": "integer", "description": "Type ID" }, "parts_vehicleId_19": { "title": "vehicleId", "type": "integer", "description": "Vehicle ID" }, "parts_categoryId_19": { "title": "categoryId", "type": "integer", "description": "Category ID" }, "parts_langId_19": { "title": "langId", "type": "integer", "description": "Lang ID" }, "endpoint_partsCompatibleVehiclesByArticleNo": { "title": "Enable", "type": "boolean", "description": "/articles/get-compatible-cars-by-article-number/type-id/{typeId}/article-no/{articleNo}/lang-id/{langId}/country-filter-id/{countryFilterId}", "default": false }, "parts_typeId_20": { "title": "typeId", "type": "integer", "description": "Type ID" }, "parts_articleNo_20": { "title": "articleNo", "type": "string", "description": "Article NO" }, "parts_langId_20": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_countryFilterId_20": { "title": "countryId", "type": "integer", "description": "Country ID" }, "endpoint_partsCompatibleVehiclesByArticleNoSupplierId": { "title": "Enable", "type": "boolean", "description": "/articles/get-compatible-cars-by-article-number/type-id/{typeId}/article-no/{articleNo}/supplier-id/{supplierId}/lang-id/{langId}/country-filter-id/{countryFilterId}", "default": false }, "parts_typeId_21": { "title": "typeId", "type": "integer", "description": "Type ID" }, "parts_articleNo_21": { "title": "articleNo", "type": "string", "description": "Article NO" }, "parts_supplierId_21": { "title": "supplierId", "type": "integer", "description": "Supplier ID" }, "parts_langId_21": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_countryFilterId_21": { "title": "countryId", "type": "integer", "description": "Country ID" }, "endpoint_partsCompatibleVehiclesByArticleNoSupplierId_POST": { "title": "Enable", "type": "boolean", "description": "/articles/get-compatible-cars-by-article-number", "default": false }, "parts_typeId_22": { "title": "typeId", "type": "integer", "description": "Type ID" }, "parts_langId_22": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_countryFilterId_22": { "title": "countryId", "type": "integer", "description": "Country ID" }, "parts_articleNo_22": { "title": "articleNo", "type": "string", "description": "Article NO" }, "parts_supplierId_22": { "title": "supplierId", "type": "integer", "description": "Supplier ID" }, "endpoint_partsCrossReferencesByArticleNo": { "title": "Enable", "type": "boolean", "description": "/artlookup/search-for-cross-references-through-oem-numbers/article-no/{articleNo}/supplierName/{supplierName}", "default": false }, "parts_articleNo_23": { "title": "articleNo", "type": "string", "description": "Article NO" }, "parts_supplierName_23": { "title": "supplierName", "type": "string", "description": "Supplier name" }, "endpoint_partsCrossReferencesByArticleId": { "title": "Enable", "type": "boolean", "description": "/artlookup/select-article-cross-references/article-id/{articleId}/lang-id/{langId}", "default": false }, "parts_articleId_24": { "title": "articleId", "type": "integer", "description": "Article ID" }, "parts_langId_24": { "title": "langId", "type": "integer", "description": "Lang ID" }, "endpoint_partsListVehiclesByOem": { "title": "Enable", "type": "boolean", "description": "/articles-oem/selecting-a-list-of-cars-for-oem-part-number/type-id/{typeId}/lang-id/{langId}/country-filter-id/{countryFilterId}/manufacturer-id/{manufacturerId}/article-oem-no/{articleOemNo}", "default": false }, "parts_typeId_25": { "title": "typeId", "type": "integer", "description": "Type ID" }, "parts_langId_25": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_countryFilterId_25": { "title": "countryId", "type": "integer", "description": "Country ID" }, "parts_manufacturerId_25": { "title": "manufacturerId", "type": "integer", "description": "Manufacturer ID" }, "parts_articleOemNo_25": { "title": "articleOemNo", "type": "string", "description": "Article Oem NO" }, "endpoint_partsAnalogSparePartsByArticlesNo": { "title": "Enable", "type": "boolean", "description": "/artlookup/search-for-analog-spare-parts-by-the-articles-numbers/lang-id/{langId}/articleNo/{articleNo}", "default": false }, "parts_langId_26": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_articleNo_26": { "title": "articleNo", "type": "string", "description": "Article NO" }, "endpoint_partsAnalogSparePartsByOem": { "title": "Enable", "type": "boolean", "description": "/artlookup/search-for-analogue-of-spare-parts-by-oem-number/article-oem-no/{articleOemNo}", "default": false }, "parts_articleOemNo_27": { "title": "articleOemNo", "type": "string", "description": "Article Oem NO" }, "endpoint_partsOemOemCrossReferenceThroughAftermarketParts": { "title": "Enable", "type": "boolean", "description": "/artlookup/search-for-the-oem-cross-references-through-aftermarket-parts-references/article-oem-no/{articleOemNo}", "default": false }, "parts_articleOemNo_28": { "title": "articleOemNo", "type": "string", "description": "Article Oem NO" }, "endpoint_partsSearchArticlesByOem": { "title": "Enable", "type": "boolean", "description": "/articles-oem/search-by-article-oem-no/lang-id/{langId}/article-oem-no/{articleOemNo}", "default": false }, "parts_langId_29": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_articleOemNo_29": { "title": "articleOemNo", "type": "string", "description": "Article Oem NO" }, "endpoint_partsSearchArticlesByOem_POST": { "title": "Enable", "type": "boolean", "description": "/articles-oem/article-oem-search-no", "default": false }, "parts_langId_30": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_articleOemNo_30": { "title": "articleOemNo", "type": "string", "description": "Article Oem NO" }, "endpoint_partsEquivalentOemNumbers": { "title": "Enable", "type": "boolean", "description": "/articles-oem/search-all-equal-oem-no/lang-id/{langId}/article-oem-no/{articleOemNo}", "default": false }, "parts_langId_31": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_articleOemNo_31": { "title": "articleOemNo", "type": "string", "description": "Article Oem NO" }, "endpoint_partsEquivalentOemNumbers_POST": { "title": "Enable", "type": "boolean", "description": "/articles-oem/all-equal-oem-no", "default": false }, "parts_langId_32": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_articleOemNo_32": { "title": "articleOemNo", "type": "string", "description": "Article Oem NO" }, "endpoint_partsPartsCrossReferenceByArticleNo": { "title": "Enable", "type": "boolean", "description": "/artlookup/search-for-cross-numbers/lang-id/{langId}/article-type/{articleType}/article-no/{articleNo}", "default": false }, "parts_langId_33": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_articleType_33": { "title": "articleType", "type": "string", "description": "Article Type" }, "parts_articleNo_33": { "title": "articleNo", "type": "string", "description": "Article NO" }, "endpoint_partsOemPartsByVehicleId": { "title": "Enable", "type": "boolean", "description": "/articles-oem/selecting-oem-parts-vehicle-modification-description-product-group/type-id/{typeId}/vehicle-id/{vehicleId}/lang-id/{langId}/search-param/{searchParam}", "default": false }, "parts_typeId_34": { "title": "typeId", "type": "integer", "description": "Type ID" }, "parts_vehicleId_34": { "title": "vehicleId", "type": "integer", "description": "Vehicle ID" }, "parts_langId_34": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_searchParam_34": { "title": "searchParam", "type": "string", "description": "Search Param" }, "endpoint_partsListAccessoryPartsByArticleId": { "title": "Enable", "type": "boolean", "description": "/articles/selecting-list-of-accessories-list-for-the-article/article-id/{articleId}/lang-id/{langId}/country-filter-id/{countryFilterId}", "default": false }, "parts_articleId_35": { "title": "articleId", "type": "integer", "description": "Article ID" }, "parts_langId_35": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_countryFilterId_35": { "title": "countryId", "type": "integer", "description": "Country ID" }, "endpoint_partsVehicleSparePartCriteria": { "title": "Enable", "type": "boolean", "description": "/types/selecting-all-criteria-for-spare-parts-of-a-passenger-car-using-an-olap-query/type-id/{typeId}/lang-id/{langId}/country-filter-id/{countryFilterId}/vehicle-id/{vehicleId}", "default": false }, "parts_typeId_36": { "title": "typeId", "type": "integer", "description": "Type ID" }, "parts_langId_36": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_countryFilterId_36": { "title": "countryId", "type": "integer", "description": "Country ID" }, "parts_vehicleId_36": { "title": "vehicleId", "type": "integer", "description": "Vehicle ID" }, "endpoint_partsPartsDiagramCoordinates": { "title": "Enable", "type": "boolean", "description": "/articles/selecting-item-coordinators-on-the-parts-diagram-image-for-the-parts-list/article-id/{articleId}", "default": false }, "parts_articleId_37": { "title": "articleId", "type": "integer", "description": "Article ID" }, "endpoint_partsListOfPartsForArticleId": { "title": "Enable", "type": "boolean", "description": "/articles/list-of-parts-for-article/article-id/{articleId}/lang-id/{langId}/country-filter-id/{countryFilterId}", "default": false }, "parts_articleId_38": { "title": "articleId", "type": "integer", "description": "Article ID" }, "parts_langId_38": { "title": "langId", "type": "integer", "description": "Lang ID" }, "parts_countryFilterId_38": { "title": "countryId", "type": "integer", "description": "Country ID" }, "endpoint_partsArticleMedia": { "title": "Enable", "type": "boolean", "description": "/articles/article-all-media-info/article-id/{articleId}/lang-id/{langId}", "default": false }, "parts_articleId_39": { "title": "articleId", "type": "integer", "description": "Article ID" }, "parts_langId_39": { "title": "langId", "type": "integer", "description": "Lang ID" }, "endpoint_partsArticleMedia_POST": { "title": "Enable", "type": "boolean", "description": "/articles/article-all-media-info", "default": false }, "parts_articleId_40": { "title": "articleId", "type": "integer", "description": "Article ID" }, "parts_langId_40": { "title": "langId", "type": "integer", "description": "Lang ID" }, "endpoint_vin_check_1": { "title": "Enable", "type": "boolean", "description": "/vin/tecdoc-vin-check/{vinNo}", "default": false }, "vin_vinNo_1": { "title": "vinNo", "type": "string", "description": "Vin number" }, "endpoint_vin_decoder_v1": { "title": "Enable", "type": "boolean", "description": "/vin/decoder-v1/{vinNo}", "default": false }, "vin_vinNo_2": { "title": "vinNo", "type": "string", "description": "Vin number" }, "endpoint_vin_decoder_v2": { "title": "Enable", "type": "boolean", "description": "/vin/decoder-v2/{vinNo}", "default": false }, "vin_vinNo_3": { "title": "vinNo", "type": "string", "description": "Vin number" }, "endpoint_vin_decoder_v3": { "title": "Enable", "type": "boolean", "description": "/vin/decoder-v2/{vinNo}", "default": false }, "vin_vinNo_4": { "title": "vinNo", "type": "string", "description": "Vin number" }, "endpoint_all_params": { "title": "Enable", "type": "boolean", "description": "all params", "default": false }, "langId": { "title": "Language Id", "type": "integer", "description": "Language Id" }, "countryId": { "title": "Country Id", "type": "integer", "description": "Country Id" }, "typeId": { "title": "Type Id", "type": "integer", "description": "Type Id" }, "manufacturerId": { "title": "Manufacturer Id", "type": "integer", "description": "Manufacturer Id" }, "modelId": { "title": "Model Id", "type": "integer", "description": "Model Id" }, "vehicleId": { "title": "Vehicle Id", "type": "integer", "description": "Vehicle Id" }, "articleId": { "title": "Article Id", "type": "integer", "description": "Article Id" }, "articleNo": { "title": "Article No", "type": "string", "description": "Article No" }, "categoryId": { "title": "Category Id", "type": "integer", "description": "Category Id" }, "supplierId": { "title": "Supplier Id", "type": "integer", "description": "Supplier Id" }, "articleOemNo": { "title": "Article OEM No", "type": "string", "description": "Article OEM No" }, "vinNo": { "title": "Vin No", "type": "string", "description": "Vin OEM No" } } }, "runsResponseSchema": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "string" }, "actId": { "type": "string" }, "userId": { "type": "string" }, "startedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "finishedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "status": { "type": "string", "example": "READY" }, "meta": { "type": "object", "properties": { "origin": { "type": "string", "example": "API" }, "userAgent": { "type": "string" } } }, "stats": { "type": "object", "properties": { "inputBodyLen": { "type": "integer", "example": 2000 }, "rebootCount": { "type": "integer", "example": 0 }, "restartCount": { "type": "integer", "example": 0 }, "resurrectCount": { "type": "integer", "example": 0 }, "computeUnits": { "type": "integer", "example": 0 } } }, "options": { "type": "object", "properties": { "build": { "type": "string", "example": "latest" }, "timeoutSecs": { "type": "integer", "example": 300 }, "memoryMbytes": { "type": "integer", "example": 1024 }, "diskMbytes": { "type": "integer", "example": 2048 } } }, "buildId": { "type": "string" }, "defaultKeyValueStoreId": { "type": "string" }, "defaultDatasetId": { "type": "string" }, "defaultRequestQueueId": { "type": "string" }, "buildNumber": { "type": "string", "example": "1.0.0" }, "containerUrl": { "type": "string" }, "usage": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "integer", "example": 1 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } }, "usageTotalUsd": { "type": "number", "example": 0.00005 }, "usageUsd": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "number", "example": 0.00005 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } } } } } } } }}OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for test-catalin from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients: