curl --location --request POST 'https://app.customgpt.ai/api/v1/projects//sources' \
--header 'authorization;' \
--form 'sitemap_path=""' \
--form 'file_data_retension=""' \
--form 'is_ocr_enabled=""' \
--form 'is_anonymized=""' \
--form 'file=@""'
{
"status": "string",
"data": {
"id": 0,
"created_at": "string",
"updated_at": "string",
"type": "string",
"settings": {
"executive_js": true,
"data_refresh_frequency": "string",
"create_new_pages": true,
"remove_unexist_pages": true,
"refresh_existing_pages": "string",
"sitemap_path": "string"
},
"pages": [
{
"id": 0,
"page_url": "string",
"page_url_hash": "string",
"project_id": 0,
"s3_path": "string",
"crawl_status": "string",
"index_status": "string",
"is_file": true,
"is_file_kept": true,
"filename": "string",
"filesize": 0,
"created_at": "string",
"updated_at": "string",
"deleted_at": "string"
}
]
}
}