## Guess **post** `/v0/projects/{project}/configs/guess` Generate suggestions for changes to config files based on an OpenAPI spec. ### Path Parameters - `project: optional string` ### Body Parameters - `spec: string` OpenAPI spec - `branch: optional string` Branch name ### Returns - `content: string` The file content ### Example ```http curl https://api.stainless.com/v0/projects/$PROJECT/configs/guess \ -H 'Content-Type: application/json' \ -H "Authorization: Bearer $STAINLESS_API_KEY" \ -d '{ "spec": "spec" }' ```