Request
Add parameter in header Authorization
Example:Authorization: ********************
Body Params application/json
{
"os": "MacIntel",
"product": "chrome",
"title": "Test title",
"folderId": "2c92b02398a25c370198a267782d000a",
"coreVersion": "138"
}
Request Code Samples
curl --location --request POST 'http://127.0.0.1:30898/api/profile/quickCreateProfile' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"os": "MacIntel",
"product": "chrome",
"title": "Test title",
"folderId": "2c92b02398a25c370198a267782d000a",
"coreVersion": "138"
}'
Responses
{
"folderId": "2c92b02398a25c370198a267782d000a",
"id": "2af3516e6e50404a8589fe2e0f3cdf06",
"title": "Test title"
}
Modified at 2025-08-14 07:03:46