---
title: "Create Project"
method: POST
path: "/projects/{name}/create"
tags: ["Projects"]
---

# Create Project

`POST /projects/{name}/create`

Creates a new project with specified keywords, search engines, and websites

## Path parameters

- `name` string, required

## Query parameters

- `frequency` 'ondemand' | 'daily' | 'weekly'
- `country` 'US' | 'UK' | 'DE' | 'FR' | 'IT' | 'JP' | 'RO' | 'ES' | 'GR' | 'BE' | 'MT' | 'NL' | 'TH' | 'AU' | 'SE' | 'SG' | 'AR' | 'IN' | 'ID' | 'CA' | 'BR' | 'DK' | 'MX' | 'RU' | 'KR' | 'BH' | 'CY' | 'EG' | 'AE' | 'IL' | 'JO' | 'KW' | 'LB' | 'OM' | 'QA' | 'SA' | 'TR' | 'AT' | 'CH' | 'HU' | 'NZ' | 'CZ' | 'PH' | 'MY' | 'IE' | 'ZA' | 'CO' | 'DO' | 'FI' | 'RS' | 'ME' | 'BA' | 'HR' | 'PL' | 'PT' | 'TW' | 'PE' | 'CL' | 'VE' | 'MA' | 'NO' | 'SI' | 'SK' | 'LV' | 'UA' | 'PR' | 'BO' | 'CR' | 'EE' | 'LU' | 'LT' | 'BG' | 'GT' | 'HN' | 'NG' | 'KE' | 'UG' | 'MU' | 'GH' | 'BD' | 'LK' | 'VN' | 'IS' | 'EC' | 'UY' | 'KZ' | 'LY' | 'PK' | 'CI' | 'TZ' | 'CD' | 'PA' | 'ZM' | 'MD' | 'BY' | 'SV' | 'NI' | 'PY' | 'BW' | 'ZW' | 'AO' | 'MZ' | 'CM' | 'ET' | 'AZ' | 'KH' | 'NP' | 'RW' | 'SN' | 'TN' | 'MM' | 'DZ' | 'JM' | 'GA' | 'GE' | 'PG' | 'IM' | 'BN' | 'TG' | 'BT' | 'BJ' | 'BF' | 'GM' | 'BI' | 'LA' | 'GG' | 'JE' | 'MN' | 'IQ' | 'PS' | 'FJ' | 'AF' | 'ML' | 'NE' | 'MV' | 'DJ' | 'GP' | 'AL' | 'LS' | 'AS' | 'FM' | 'GL' | 'LI' | 'MS' | 'MW' | 'PN' | 'SH' | 'SM' | 'UZ' | 'TD' | 'VG' | 'CV' | 'VC' | 'DM' | 'MK' | 'KG' | 'TJ' | 'TM' | 'MG' | 'NA' | 'SC' | 'BS' | 'BZ' | 'GI' | 'AM' | 'AG' | 'AD' | 'CU' | 'TT'
- `depth` string
- `teamaccess` string

## Request body

- CreateProjectInput — Project configuration for creating a new AWR project
  - `keywords` Keyword[], required — List of keywords to track
    - `name` string, required — The keyword to track
  - `searchengines` SearchEngine[], required — List of search engines to track rankings on
    - `name` string, required — Search engine name.
    - `country` 'US' | 'UK' | 'DE' | 'FR' | 'IT' | 'JP' | 'RO' | 'ES' | 'GR' | 'BE' | 'MT' | 'NL' | 'TH' | 'AU' | 'SE' | 'SG' | 'AR' | 'IN' | 'ID' | 'CA' | 'BR' | 'DK' | 'MX' | 'RU' | 'KR' | 'BH' | 'CY' | 'EG' | 'AE' | 'IL' | 'JO' | 'KW' | 'LB' | 'OM' | 'QA' | 'SA' | 'TR' | 'AT' | 'CH' | 'HU' | 'NZ' | 'CZ' | 'PH' | 'MY' | 'IE' | 'ZA' | 'CO' | 'DO' | 'FI' | 'RS' | 'ME' | 'BA' | 'HR' | 'PL' | 'PT' | 'TW' | 'PE' | 'CL' | 'VE' | 'MA' | 'NO' | 'SI' | 'SK' | 'LV' | 'UA' | 'PR' | 'BO' | 'CR' | 'EE' | 'LU' | 'LT' | 'BG' | 'GT' | 'HN' | 'NG' | 'KE' | 'UG' | 'MU' | 'GH' | 'BD' | 'LK' | 'VN' | 'IS' | 'EC' | 'UY' | 'KZ' | 'LY' | 'PK' | 'CI' | 'TZ' | 'CD' | 'PA' | 'ZM' | 'MD' | 'BY' | 'SV' | 'NI' | 'PY' | 'BW' | 'ZW' | 'AO' | 'MZ' | 'CM' | 'ET' | 'AZ' | 'KH' | 'NP' | 'RW' | 'SN' | 'TN' | 'MM' | 'DZ' | 'JM' | 'GA' | 'GE' | 'PG' | 'IM' | 'BN' | 'TG' | 'BT' | 'BJ' | 'BF' | 'GM' | 'BI' | 'LA' | 'GG' | 'JE' | 'MN' | 'IQ' | 'PS' | 'FJ' | 'AF' | 'ML' | 'NE' | 'MV' | 'DJ' | 'GP' | 'AL' | 'LS' | 'AS' | 'FM' | 'GL' | 'LI' | 'MS' | 'MW' | 'PN' | 'SH' | 'SM' | 'UZ' | 'TD' | 'VG' | 'CV' | 'VC' | 'DM' | 'MK' | 'KG' | 'TJ' | 'TM' | 'MG' | 'NA' | 'SC' | 'BS' | 'BZ' | 'GI' | 'AM' | 'AG' | 'AD' | 'CU' | 'TT' — Country code.
    - `location` string — Geographic location for local search.
    - `language` 'en' | 'fr' | 'de' | 'es' | 'ca' | 'gl' | 'eu' | 'ar' | 'ko' | 'et' | 'ru' | 'sw' | 'da' | 'fo' | 'ja' | 'pt' | 'pl' | 'vi' | 'zh-TW' | 'cs' | 'qu' | 'it' | 'hi' | 'bn' | 'te' | 'mr' | 'ta' | 'gu' | 'kn' | 'ml' | 'pa' | 'rm' | 'iw' | 'ga' | 'id' | 'uk' | 'el' | 'tr' | 'bg' | 'zh-CN' | 'no' | 'nl' | 'bs' | 'sr' | 'hr' | 'ha' | 'yo' | 'th' | 'af' | 'st' | 'zu' | 'xh' | 'ur' | 'fa' | 'ak' | 'sk' | 'sl' | 'sv' | 'lv' | 'lt' | 'fi' | 'ro' | 'hu' | 'hy' — Language code.
    - `se_type` 'desktop universal' | 'desktop organic' | 'desktop organic and places' | 'desktop places' | 'desktop adwords' | 'desktop images' | 'desktop video' | 'desktop maps' | 'desktop news' | 'desktop shopping' | 'desktop jobs' | 'mobile universal' | 'mobile organic' | 'mobile images' | 'mobile video' | 'mobile news' — Search engine type.
  - `websites` Website[], required — List of websites to track
    - `name` string, required — Domain name
    - `aliases` string — Domain aliases pattern
    - `index` integer — Website index
    - `color_r` integer — Red color component (0-255)
    - `color_g` integer — Green color component (0-255)
    - `color_b` integer — Blue color component (0-255)
    - `pages` object[] — List of pages to track

## Response `200`

Project created successfully

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/advancedwebranking/apis/awr-api.md) · [All operations](https://skmtc.net/advancedwebranking/apis/awr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/advancedwebranking/awr-api/versions/7c90371a4d2c/schema)
