# Documentation | Wondercraft ## Docs - [Advanced Customization](https://docs.wondercraft.ai/advanced-usage.md): Start customizing voices and background music via the API - [Generate AI-scripted podcast with 2 hosts using Convo Mode](https://docs.wondercraft.ai/api-reference/endpoint/convo_mode_ai_scripted.md): Starts a background job that creates an AI generated script and produces an audio file in convo mode. The response contains a `job_id` that can be used with the `/podcast/{job_id}` endpoint to query for status. Requires a valid `X-API-TOKEN` header. - [Generate podcast with 2 hosts using Convo Mode, with a user provided script](https://docs.wondercraft.ai/api-reference/endpoint/convo_mode_user_scripted.md): Starts a background job to produce an audio file with the provided script segments in convo mode. The response contains a `job_id` that can be used to query with the `/podcast/{job_id}` to query for status. Requires a valid `X-API-TOKEN` header. - [Create any audio content with an AI-generated script](https://docs.wondercraft.ai/api-reference/endpoint/generate_podcast.md): Starts a background job that creates an AI generated script and produces an audio file. The response contains a `job_id` that can be used with the `/podcast/{job_id}` endpoint to query for status. Requires a valid `X-API-TOKEN` header. - [Get audio content result and status](https://docs.wondercraft.ai/api-reference/endpoint/get_job_status.md): Gets the status of podcast generation job, including a link to download it if the job was successful. Requires a valid `X-API-TOKEN` header. - [Create any audio content with a user provided script](https://docs.wondercraft.ai/api-reference/endpoint/user_scripted.md): Starts a background job to produce an audio file with the provided script segments. The response contains a `job_id` that can be used to query with the `/podcast/{job_id}` to query for status. Requires a valid `X-API-TOKEN` header. - [Introduction](https://docs.wondercraft.ai/api-reference/introduction.md) - [Capabilities](https://docs.wondercraft.ai/capabilities.md) - [Introduction](https://docs.wondercraft.ai/introduction.md): Generate any audio content via API - [Quickstart](https://docs.wondercraft.ai/quickstart.md): Generate any audio content via API ## OpenAPI Specs - [openapi](https://docs.wondercraft.ai/api-reference/openapi.json) ## Optional - [Help center](https://support.wondercraft.ai/) - [Community](https://join.slack.com/t/wondercraft-creatives/shared_invite/zt-2olnne8d3-drRCF_LPGsbmNan6PibNgQ) - [Blog](https://www.wondercraft.ai/blog)