curl --request POST \
--url https://app.apigene.ai/api/spec_from_url/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"global_spec": false,
"shared_security_info": false,
"create_mcp": false
}
'