Authorization: Bearer ********************
X-Altan-Key: ********************
{
"name": "My app",
"description": "string",
"idea": "string",
"icon_url": "string",
"attachments": [
{
"file_name": "string",
"mime_type": "string",
"file_content": "string",
"meta_data": {}
}
],
"default_components": [
null
],
"github_url": "string",
"branch": "string",
"github_token": "string",
"is_public": true
}
curl --location --request POST 'https://api.altan.ai/account/v2//project' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "My app",
"description": "string",
"idea": "string",
"icon_url": "string",
"attachments": [
{
"file_name": "string",
"mime_type": "string",
"file_content": "string",
"meta_data": {}
}
],
"default_components": [
null
],
"github_url": "string",
"branch": "string",
"github_token": "string",
"is_public": true
}'
null